Dc09MessageToMemory Method

Generates a transmittable DC-09 payload and returns it as a block of memory.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public IMemoryOwner<byte> ToMemory(
	out int size
)

Parameters

size  Int32
The size of the generated payload.

Return Value

IMemoryOwnerByte
The payload as a block of memory.

See Also