PayloadType Enumeration
Represents the type of payload that can be received from a device.
Namespace: MobileTrack.Receiver.ModelsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal enum PayloadType
| Unknown | 0 |
Represents an unknown payload type, which may occur if the protocol is not recognized or supported.
|
| Binary | 1 |
Represents a binary payload, typically used for raw data transmission.
|
| Csv | 2 |
Represents a payload in CSV format (optionally having its values be separated with commas).
|
| Json | 3 |
Represents a payload in JSON format
|
| Xml | 4 |
Represents a payload in XML format
|