Click or drag to resize

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.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public void SendNotification(
	string accountNumber,
	ContactIdEventQualifier eventQualifier,
	string eventCode,
	string partitionNumber,
	string zoneNumber,
	ContactIdMessageType messageType = ContactIdMessageType.Preferred
)

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
ExceptionCondition
ArgumentException
See Also