Interface IBinaryPayload
- Namespace
- Geotab.Checkmate.ObjectModel.Communication
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Interface for retrieving binary data from a serialized class
public interface IBinaryPayload
Properties
Payload
Gets method to get raw binary. NOTE: The endianness of IDs and other numbers inside of the payload are reversed to keep the C# format.
byte[]? Payload { get; }
Property Value
- byte[]
byte buffer.
Methods
Clone()
Create a copy.
IBinaryPayload Clone()