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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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