Dc09MessageToMemory Method
Generates a transmittable DC-09 payload and returns it as a block of memory.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public IMemoryOwner<byte> ToMemory(
out int size
)
- size Int32
- The size of the generated payload.
IMemoryOwnerByteThe payload as a block of memory.