Click or drag to resize
XDL

XKLVTokenizerGetNextToken(Byte, Byte) Method

데이터에서 다음 가용한 키-값 쌍을 얻는다.

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

Parameters

key  Byte
키. 16-바이트 등록 키를 주로 사용한다.
data  Byte
값. 길이는 데이터 배열의 길이와 같다.

Return Value

Boolean
키-값 항목을 얻었으면 참, 못 얻었으면 거짓.
See Also