Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The PrintAsyncNotifyConversationStyle enumeration MUST specify the communication mode expected between the sender and a registered client.
-
typedef [v1_enum] enum { kBiDirectional = 0, kUniDirectional = 1, } PrintAsyncNotifyConversationStyle;
kBiDirectional: Bidirectional communication mode is specified. The sender expects the client to send responses to notifications.
kUniDirectional: Unidirectional communication mode is specified. The sender does not expect the client to respond to notifications.