![]() |
Diffusion C API 6.11.5
|
Common types that don't fit anywhere else. More...
Data Structures | |
struct | CONNECTION_RESPONSE_T |
Enumerations | |
enum | MESSAGE_PRIORITY_T |
Priority for messages being sent to Diffusion. More... | |
enum | CLIENT_SEND_PRIORITY_T |
Priority of messages that Diffusion sends to control clients via the send_client() call. | |
enum | SESSION_CLOSE_REASON_T { } |
Reasons for session closure. More... | |
enum | CONNECTION_RESPONSE_CODE_T |
Connection response codes. | |
Common types that don't fit anywhere else.
Copyright © 2014 - 2023 DiffusionData Ltd., All Rights Reserved.
Use is subject to licence terms.
NOTICE: All information contained herein is, and remains the property of DiffusionData. The intellectual and technical concepts contained herein are proprietary to DiffusionData and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
enum MESSAGE_PRIORITY_T |
Priority for messages being sent to Diffusion.
The default is MEDIUM for most messages.
IMMEDIATE priority messages are for system use only, and should not by used by the user.