|   | XBERCodecDecodeBER_OID(Byte, Int32, UInt64) Method | 
        
         태그(Tag)와 같이 식별자(ID) 형식의 값을 디코딩한다. 
        
        Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.40
 Syntax
Syntaxpublic static int DecodeBER_OID(
	byte[] data,
	int offset,
	out ulong value
)
Parameters
- data  Byte
-  인코딩된 데이터 바이트 배열. 
- offset  Int32
-  입력 바이트 배열에서 디코딩하려는 식별자 데이터 시작 위치. 
- value  UInt64
-  [OUT] 식별자 데이터 디코딩 값. 
Return Value
Int32 디코딩한 식별자 데이터의 인코딩 길이. 
 See Also
See Also