GXDN: Gurux Developer Network
IdentificationModes Enumeration
NamespacesGurux.CommonIdentificationModes
Available device identification modes.
Members
Member Description
Active
Device gives Identification value, without asking, when the connection is established. Integer value=0x4.
If not using .NET Framework, use constant GX_IDENTIFICATION_MODE_ACTIVE_DEVICE.

Query
Device Identification is asked for, after the connection is established. Integer value=0x2.
If not using .NET Framework, use constant GX_IDENTIFICATION_MODE_QUERY_DEVICE.

Protocol
Device is identified by a protocol specific property, when connection is established. Integer value=0x1.
If not using .NET Framework, use constant GX_IDENTIFICATION_MODE_PROTOCOL.

None
Device Identification is not used. Integer value=0x0.
If not using .NET Framework, use constant GX_IDENTIFICATION_MODE_NONE.

Parent
Device is identified by the IdentificationMode of the parent component. Integer value=-2. If not using .NET Framework, use constant GX_IDENTIFICATION_MODE_PARENT.

Remarks
If not using .NET Framework, enumeration is GX_IDENTIFICATION_MODE.

Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1