Click or drag to resize

ContactIdHandlerSendNotification(Int32, ContactIdEventQualifier, Int32, Int32, Int32) 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.54.0
Syntax
public bool SendNotification(
	int accountNumber,
	ContactIdEventQualifier eventQualifier,
	int eventCode,
	int partitionNumber,
	int zoneNumber
)

Parameters

accountNumber  Int32
4 digits Account number
eventQualifier  ContactIdEventQualifier
Types of alarm events: New Event, New Restore, Status report
eventCode  Int32
3 digits Event code, the type of the alarm (fire, burglar, etc.)
partitionNumber  Int32
Maximum 2 digits Group or Partition number. Use 0 to indicate that no specific group or partition information applies.
zoneNumber  Int32
Maximum 3 digits Zone number. Use 0 to indicate that no specific zone or user information applies

Return Value

Boolean
True if the value of the parameters are correct, otherwise it is false.
See Also