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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public IMemoryOwner<byte> ToMemory(
out int size
)
- size Int32
- The size of the generated payload.
IMemoryOwnerByteThe payload as a block of memory.