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.VoIPAssembly: 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
)
<ObsoleteAttribute("Use the new SendNotification method with hex string parameters.",
false)>
Public Function SendNotification (
accountNumber As Integer,
eventQualifier As ContactIdEventQualifier,
eventCode As Integer,
partitionNumber As Integer,
zoneNumber As Integer
) As Boolean
public:
[ObsoleteAttribute(L"Use the new SendNotification method with hex string parameters.",
false)]
bool SendNotification(
int accountNumber,
ContactIdEventQualifier eventQualifier,
int eventCode,
int partitionNumber,
int zoneNumber
)
[<ObsoleteAttribute("Use the new SendNotification method with hex string parameters.",
false)>]
member SendNotification :
accountNumber : int *
eventQualifier : ContactIdEventQualifier *
eventCode : int *
partitionNumber : int *
zoneNumber : int -> bool
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:
BooleanTrue if the value of the parameters are correct, otherwise it is false.
See Also