Click or drag to resize

ContactIdNotificationEventArg Constructor (String, ContactIdMessageType, ContactIdEventQualifier, String, String, String, String, ListAdemcoContactID_DTMF)

Initializes a new instance of the ContactIdNotificationEventArg class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public ContactIdNotificationEventArg(
	string accountNumber,
	ContactIdMessageType messageType,
	ContactIdEventQualifier eventQualifier,
	string eventCode,
	string eventName,
	string partitionNumber,
	string zoneNumber,
	List<AdemcoContactID_DTMF> digits
)

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