Click or drag to resize
ContactIdHandlerSendNotification Method (Int32, ContactIdEventQualifier, Int32, Int32, Int32)

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use the new SendNotification method with hex string parameters.", 
	false)]
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