OcaNotificationDeliveryMode¶
-
class
OcaNotificationDeliveryMode()¶ Enum for subscriptions that specifies whether its notification messages are to be delivered by reliable means (e.g. TCP) or fast means (e.g. UDP).
-
OcaNotificationDeliveryMode.Reliable¶ type: OcaNotificationDeliveryMode
Singleton object corresponding to the entry with value
1.
-
OcaNotificationDeliveryMode.Fast¶ type: OcaNotificationDeliveryMode
Singleton object corresponding to the entry with value
2.
-