ContactIdNotificationEventArg Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ContactIdNotificationEventArg(
string accountNumber,
ContactIdMessageType messageType,
ContactIdEventQualifier eventQualifier,
string eventCode,
string eventName,
string partitionNumber,
string zoneNumber,
List<AdemcoContactID_DTMF> digits
)
Public Sub New (
accountNumber As String,
messageType As ContactIdMessageType,
eventQualifier As ContactIdEventQualifier,
eventCode As String,
eventName As String,
partitionNumber As String,
zoneNumber As String,
digits As List(Of AdemcoContactID_DTMF)
)
public:
ContactIdNotificationEventArg(
String^ accountNumber,
ContactIdMessageType messageType,
ContactIdEventQualifier eventQualifier,
String^ eventCode,
String^ eventName,
String^ partitionNumber,
String^ zoneNumber,
List<AdemcoContactID_DTMF>^ digits
)
new :
accountNumber : string *
messageType : ContactIdMessageType *
eventQualifier : ContactIdEventQualifier *
eventCode : string *
eventName : string *
partitionNumber : string *
zoneNumber : string *
digits : List<AdemcoContactID_DTMF> -> ContactIdNotificationEventArg
Parameters
- accountNumber
- Type: SystemString
4 digits Account number in hex string format, composed from hex digits: 0-9, B-F - messageType
- Type: Ozeki.VoIPContactIdMessageType
Message Type. This 2- digit sequence is used to identify the Contact ID message to the receiver. It may be transmitted as either 18 (Preferred) or 98 (Optional). - eventQualifier
- Type: Ozeki.VoIPContactIdEventQualifier
Types of alarm events: New Event, New Restore, Status report - eventCode
- Type: SystemString
3 digits Event code in hex string format, composed from hex digits: 0-9, B-F.It represents the type of the alarm (fire, burglar, etc.) - eventName
- Type: SystemString
The event name - partitionNumber
- Type: SystemString
Maximum 2 digits Group or Partition number in hex string format, composed from hex digits: 0-9, B-F. Use 0 to indicate that no specific group or partition information applies. - zoneNumber
- Type: SystemString
Maximum 3 digits Zone number in hex string format, composed from hex digits: 0-9, B-F. Use 0 to indicate that no specific zone or user information applies - digits
- Type: System.Collections.GenericListAdemcoContactID_DTMF
See Also