Click or drag to resize
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.VoIP
Assembly: 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
)

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