ContactIdHandlerSendNotification Method (String, ContactIdEventQualifier, String, String, String, ContactIdMessageType) |
Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemString
4 hex digits Account numberin hex string format, composed from hex digits: 0-9, B-F. Example: 15FF - eventQualifier
- Type: Ozeki.VoIPContactIdEventQualifier
Types of alarm events: New Event, New Restore, Status report - eventCode
- Type: SystemString
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
- Type: SystemString
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
- Type: SystemString
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 (Optional)
- Type: Ozeki.VoIPContactIdMessageType
ExceptionsException | Condition |
---|
ArgumentException | |
See Also