Dc09ConfigDataDto Class

Represents the DC-09 connector configuration data.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class Dc09ConfigDataDto
Inheritance
Object    Dc09ConfigDataDto

Constructors

Dc09ConfigDataDtoInitializes a new instance of the Dc09ConfigDataDto class

Properties

CodeMapping Code mapping as represented in the JSON: an array of single-property objects, e.g. [{"11":"ME"}, {"111":"YT"}, ...]. Each item is deserialized as a dictionary mapping the source code (key) to the external/DC-09 code (value).
KeepAliveIntervalSeconds Keep-alive interval in seconds. JSON may provide this as a number or a string.
LinkAccount Link account used for keep-alive messages.
SocketAddress Socket address of the DC-09 endpoint (host:port).

See Also