Click or drag to resize
XDL

XVMTILocalSetDecoderDecode Method

VMTI LS 메타데이터 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.

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

Parameters

packetData  Byte
메타데이터 패킷.
ontology  XOntologyPool
[IN/OUT] 객체 속성에서 참조하는 온톨로지.
mergeOntology  Boolean
입력 온톨로지에 새 패킷에서 얻는 온톨로지 항목을 추가한다.

Return Value

Boolean
디코딩 성공 여부.
See Also