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.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool SendNotification(
int accountNumber,
ContactIdEventQualifier eventQualifier,
int eventCode,
int partitionNumber,
int zoneNumber
)
Public Function SendNotification (
accountNumber As Integer,
eventQualifier As ContactIdEventQualifier,
eventCode As Integer,
partitionNumber As Integer,
zoneNumber As Integer
) As Boolean
public:
bool SendNotification(
int accountNumber,
ContactIdEventQualifier eventQualifier,
int eventCode,
int partitionNumber,
int zoneNumber
)
member SendNotification :
accountNumber : int *
eventQualifier : ContactIdEventQualifier *
eventCode : int *
partitionNumber : int *
zoneNumber : int -> bool
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
BooleanTrue if the value of the parameters are correct, otherwise it is false.
See Also