ContactIdNotificationEventArg Class |
This is an EventArgs which allows you to access the elements of Contact ID message.
Inheritance HierarchySystemObject
SystemEventArgs
Ozeki.VoIPContactIdNotificationEventArg
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic class ContactIdNotificationEventArg : EventArgs
Public Class ContactIdNotificationEventArg
Inherits EventArgs
public ref class ContactIdNotificationEventArg : public EventArgs
type ContactIdNotificationEventArg =
class
inherit EventArgs
end
The ContactIdNotificationEventArg type exposes the following members.
Constructors | Name | Description |
---|
 | ContactIdNotificationEventArg(String, ContactIdMessageType, ContactIdEventQualifier, String, String, String, String, ListAdemcoContactID_DTMF) | Initializes a new instance of the ContactIdNotificationEventArg class |
 | ContactIdNotificationEventArg(String, String, String, String, String, String, String, ListAdemcoContactID_DTMF) | Initializes a new instance of the ContactIdNotificationEventArg class |
Top
Properties | Name | Description |
---|
 | AccountNumber |
4 digits Account number in hex string format, composed from hex digits: 0-9, B-F
|
 | Alarm |
The parameters as a contact ID alarm
|
 | 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
|
Top
Methods | 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) |
Top
See Also