Dc09ConfigDataDto Class

Represents the DC-09 connector configuration data.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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