Click or drag to resize

FrameLoadFromV23Buffer Method

Loads a Frame instance's complete information from a raw v2.3 frame data buffer.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public void LoadFromV23Buffer(
	byte[] buffer
)

Parameters

buffer  Byte
The buffer which represents a valid v2.3 frame.
See Also