ContactIdHandlerSendNotification Method (String, ContactIdEventQualifier, String, String, String) |
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: 1.8.12.0 (1.8.12)
Syntax public void SendNotification(
string accountNumber,
ContactIdEventQualifier eventQualifier,
string eventCode,
string partitionNumber,
string zoneNumber
)
Public Sub SendNotification (
accountNumber As String,
eventQualifier As ContactIdEventQualifier,
eventCode As String,
partitionNumber As String,
zoneNumber As String
)
public:
void SendNotification(
String^ accountNumber,
ContactIdEventQualifier eventQualifier,
String^ eventCode,
String^ partitionNumber,
String^ zoneNumber
)
member SendNotification :
accountNumber : string *
eventQualifier : ContactIdEventQualifier *
eventCode : string *
partitionNumber : string *
zoneNumber : string -> 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
Exceptions See Also