[This is preliminary documentation and is subject to change.]
Summary description for SifMessageType.
| C# | Visual Basic | Visual C++ |
public enum SifMessageType
Public Enumeration SifMessageType
public enum class SifMessageType
| Member | Description |
|---|---|
| Any | Indicates message type is not important |
| None |
Indicates that the specified value is not a SifMessageType
|
| SIF_Ack | Message Type identifying a SIF_Ack |
| SIF_Event | MessageType constant identifying a SIF_Event |
| SIF_Request | MessageType constant identifying a SIF_Request |
| SIF_Response | MessageType constant identifying a SIF_Response |
| SIF_SystemControl | MessageType constant identifying a SIF_SystemControl |
| SIF_Register | MessageType constant identifying a SIF_Register |
| SIF_Unregister | MessageType constant identifying a SIF_Unregister |
| SIF_Subscribe | MessageType constant identifying a SIF_Subscribe |
| SIF_Unsubscribe | MessageType constant identifying a SIF_Unsubscribe |
| SIF_Provide | MessageType constant identifying a SIF_Provide |
| SIF_Unprovide | MessageType constant identifying a SIF_Unprovide |
| SIF_ZoneStatus | MessageType constant identifying a SIF_ZoneStatus message |
| SIF_Provision | MessageType constant identifying a SIF_Provision message |