|   | XBERCodecDecode(Byte, Int32, Int16) Method | 
        
         부호 있는 16비트 정수값을 디코딩한다. 
        
        Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.40
 Syntax
Syntaxpublic static int Decode(
	byte[] data,
	int offset,
	out short value
)
Parameters
- data  Byte
-  인코딩된 데이터 바이트 배열. 
- offset  Int32
-  입력 바이트 배열에서 디코딩하려는 데이터 시작 위치. 
- value  Int16
-  [OUT] 데이터 디코딩 값. 
Return Value
Int32 디코딩한 데이터의 인코딩 길이. 정상적인 디코딩을 하였다면 2가 반환된다. 
 See Also
See Also