PayloadType Enumeration

Represents the type of payload that can be received from a device.

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal enum PayloadType

Members

Unknown0 Represents an unknown payload type, which may occur if the protocol is not recognized or supported.
Binary1 Represents a binary payload, typically used for raw data transmission.
Csv2 Represents a payload in CSV format (optionally having its values be separated with commas).
Json3 Represents a payload in JSON format
Xml4 Represents a payload in XML format

See Also