Click or drag to resize
XDL

XKLVTokenizerGetNextOIDToken Method

다음 OID(Object Identifier)를 얻는다. TLV 항목의 태그 또는 다른 식별자일 수 있다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public bool GetNextOIDToken(
	out ulong id
)

Parameters

id  UInt64
[OUT] 다음 식별자.

Return Value

Boolean
식별자 획득 여부.
See Also