Hitaki.QuadletNotification¶
- Implementations:
Methods¶
None
Virtual Methods¶
|
Properties¶
None
Signals¶
Name |
Short Description |
---|---|
Emitted when the target unit transfers notification. |
Fields¶
None
Class Details¶
- class Hitaki.QuadletNotification¶
- Bases:
- Structure:
An interface to operate notification with quadlet message. Some of units supported by drivers in ALSA firewire stack have the function to notify quadlet message for specific purposes. The [iface`QuadletNotification`] is an interface to operate the notification.
Signal Details¶
- Hitaki.QuadletNotification.signals.notified(quadlet_notification, message)¶
- Signal Name:
notified
- Flags:
- Parameters:
quadlet_notification (
Hitaki.QuadletNotification
) – The object which received the signalmessage (
int
) – A quadlet message in notification.
Emitted when the target unit transfers notification.