 | XBERCodecDecodeBER_Length Method |
길이 형식의 값을 디코딩한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic static int DecodeBER_Length(
byte[] data,
int offset,
out int length
)
Parameters
- data
- Type: SystemByte
인코딩된 데이터 바이트 배열. - offset
- Type: SystemInt32
입력 바이트 배열에서 디코딩하려는 길이 데이터 시작 위치. - length
- Type: SystemInt32
[OUT] 길이 디코딩 값.
Return Value
Type:
Int32 디코딩한 길이 데이터의 인코딩 길이.
See Also