Notification types related to base local devices. Used by the LocalDevice notification handler to inform the application.
Enumerator |
---|
BLDNT_NewDuplicateNumber |
A new duplicate number was assigned to the device.
|
BLDNT_FixedDuplicateConflict |
The fixed duplicate number is in conflict with another device on the network.
|
BLDNT_Activated |
The device is activated and ready to communicate with other devices on the network.
|
BLDNT_Deactivated |
The device is deactivated and unable to communicate with other devices on the network.
|
BLDNT_NoMoreFreeDuplicate |
No available duplicate.
|
BLDNT_RootNotFound |
Root not found.
|
BLDNT_CustomNameChanged |
Custom name remotely changed.
|
BLDNT_DuplicateModeChanged |
Duplicate mode remotely changed.
|
BLDNT_DataConsumedOnMIDISys |
Data consumed on a MIDI Sys output without notification handler.
|
BLDNT_FlowControlReadyToSend |
Flow control is deactivated for an output without notification handler.
|
BLDNT_FlowControlNotReadyToSend |
Flow control is activated for an output without notification handler.
|