Click or drag to resize
XDL

XKLVTokenizerSetPacket(Byte, Byte) Method

해석할 데이터와 처음 키를 설정하고 동일한 키를 가지는 KLV 한 항목에 대해 TLV나 시리즈 항목 분석이 가능하도록 준비한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetPacket(
	byte[] packet,
	byte[] key
)

Parameters

packet  Byte
해석할 데이터.
key  Byte
TLV 등 데이터가 내재된 KLV 항목의 키. 16-바이트 등록 키를 주로 사용한다. null이면 전체 데이터를 해석 대상으로 한다.

Return Value

Boolean
데이터 설정 성공 여부.
See Also