Click or drag to resize
XDL

XUASLocalSetDecoderDecode(Byte, Boolean, Boolean) Method

메타데이터 패킷의 키 포함 여부에 따라 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool Decode(
	byte[] packetData,
	bool includeKey,
	bool filterKey
)

Parameters

packetData  Byte
메타데이터 패킷.
includeKey  Boolean
16비트 키 포함 여부. 키가 포함되었으면 패킷은 KLV 형식이고, 포함되지 않았으면 KLV에서 V(Value) 부분이다.
filterKey  Boolean
표준 문서에 정의된 키 동일성 검사 진행 여부.

Return Value

Boolean
디코딩 성공 여부.
Remarks
키를 포함하지 않은 패킷 데이터의 예로는 UAS LS 안에 포함된 다른 LS 데이터가 있다.
See Also