| ContactIdNotificationEventArg Class |
Namespace: Ozeki.VoIP
The ContactIdNotificationEventArg type exposes the following members.
| Name | Description | |
|---|---|---|
| ContactIdNotificationEventArg | Initializes a new instance of the ContactIdNotificationEventArg class |
| Name | Description | |
|---|---|---|
| Equals |
Compare all field of two ContactIdNotificationEventArg objects.
(Overrides ObjectEquals(Object).) | |
| ToString |
Returns the received Contact ID message (Account Number, Message Type, Event Qualifier, Event Code, Partition Number, Zone Number)
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| AccountNumber |
4 digits Account number in hex string format, composed from hex digits: 0-9, B-F
| |
| DTMFDigits |
Contains the raw DTMF digits received.
For more info see the Ademco ContactID Protocol specification (SIA DC-05-1999.09)
| |
| EventCode |
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 |
The event name
| |
| EventQualifier |
Types of alarm events: New Event, New Restore, Status report
| |
| MessageType |
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).
| |
| PartitionNumber |
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 |
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
|