|
enum | { ShiftKind = 0
, ShiftRegistration = 2
, ShiftNotification = 5
, ShiftVisibility = 6
} |
|
enum | {
MaskKind = 3 << ShiftKind
, KindWired = 0
, KindUnwired = 1 << ShiftKind
, KindSpecial = 2 << ShiftKind
,
MaskNotification = 1 << ShiftNotification
, NotificationDisabled = 0
, NotificationEnabled = 1 << ShiftNotification
, MaskRegisterPublished = 1 << ShiftRegistration
,
MaskRegisterLocked = 2 << ShiftRegistration
, MaskRegisterAuto = 4 << ShiftRegistration
, MaskRegistration = 7 << ShiftRegistration
, RegisterApplicationUnpublished = 0
,
RegisterApplicationPublished = 1 << ShiftRegistration
, RegisterNotPermitted = 2 << ShiftRegistration
, RegisterAutoUnlockedUnpublished = 4 << ShiftRegistration
, RegisterAutoUnlockedPublished = 5 << ShiftRegistration
,
RegisterAutoLockedUnpublished = 6 << ShiftRegistration
, RegisterAutoLockedPublished = 7 << ShiftRegistration
, MaskVisibility = 1 << ShiftVisibility
, VisibilityProtected = 0
,
VisibilityPublic = 1 << ShiftVisibility
} |
|
|
const char * | name |
|
const char * | layerName |
|
const RTProtocolDescriptor * | protocol |
|
RTFieldOffset | offset |
|
int | replication |
|
short | id |
|
short | properties |
|
The documentation for this struct was generated from the following file: