ContactIdAlarmMessageType Property |
his 2- digit sequence is used to identify the Contact ID message to the receiver. It may be transmitted as either
18 (preferred) or 98 (optional). New receiver implementations shall accept either a 18 or a 98. Note that some older receivers may not accept 98
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ContactIdMessageType MessageType { get; set; }
Public Property MessageType As ContactIdMessageType
Get
Set
public:
property ContactIdMessageType MessageType {
ContactIdMessageType get ();
void set (ContactIdMessageType value);
}
member MessageType : ContactIdMessageType with get, set
Property Value
Type:
ContactIdMessageType
See Also