ContactIdHandlerSendNotification(String, ContactIdEventQualifier, String, String, String, ContactIdMessageType) Method |
Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void SendNotification(
string accountNumber,
ContactIdEventQualifier eventQualifier,
string eventCode,
string partitionNumber,
string zoneNumber,
ContactIdMessageType messageType = ContactIdMessageType.Preferred
)
Public Sub SendNotification (
accountNumber As String,
eventQualifier As ContactIdEventQualifier,
eventCode As String,
partitionNumber As String,
zoneNumber As String,
Optional messageType As ContactIdMessageType = ContactIdMessageType.Preferred
)
public:
void SendNotification(
String^ accountNumber,
ContactIdEventQualifier eventQualifier,
String^ eventCode,
String^ partitionNumber,
String^ zoneNumber,
ContactIdMessageType messageType = ContactIdMessageType::Preferred
)
member SendNotification :
accountNumber : string *
eventQualifier : ContactIdEventQualifier *
eventCode : string *
partitionNumber : string *
zoneNumber : string *
?messageType : ContactIdMessageType
(* Defaults:
let _messageType = defaultArg messageType ContactIdMessageType.Preferred
*)
-> unit
Parameters
- accountNumber String
- 4 hex digits Account numberin hex string format, composed from hex digits: 0-9, B-F. Example: 15FF
- eventQualifier ContactIdEventQualifier
- Types of alarm events: New Event, New Restore, Status report
- eventCode String
- 3 hex digits Event code in hex string format, composed from hex digits: 0-9, B-F. It represents the type of the alarm (fire, burglar, etc.)
- partitionNumber String
- Maximum hex 2 digits Group or Partition number in hex string format, composed from hex digits: 0-9, B-F. Use 0 to indicate that no specific group or partition information applies.
- zoneNumber String
- Maximum 3 hex digits Zone numberin hex string format, composed from hex digits: 0-9, B-F. Use 0 to indicate that no specific zone or user information applies
- messageType ContactIdMessageType (Optional)
-
Exceptions
See Also