Click or drag to resize
XDL

XBERCodecGetOIDEncodingBytes Method

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

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

Parameters

tagID
Type: SystemInt32
인코딩하려는 식별자.

Return Value

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