Click or drag to resize
XDL

XBERCodecGetOIDEncodingBytes Method

식별자의 인코딩 길이를 구한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public static int GetOIDEncodingBytes(
	int tagID
)

Parameters

tagID  Int32
인코딩하려는 식별자.

Return Value

Int32
BER_OID 방식으로 인코딩한 길이.
See Also