Click or drag to resize

ContactIdHandlerSendNotification Method (Int32, ContactIdEventQualifier, Int32, Int32, Int32)

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

Parameters

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

Return Value

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