|
XBERCodecGetLengthEncodingBytes Method
|
길이 데이터의 인코딩 길이를 구한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic static int GetLengthEncodingBytes(
int length
)
Parameters
- length Int32
- 인코딩하려는 길이.
Return Value
Int32 BER_Length 방식으로 인코딩한 길이.
See Also