 | XKLVManagerAddByteArray Method |
this객체에 Key-Value쌍을 추가한다. Key값은 16바이트의 Universal Key를 의미한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic void AddByteArray(
byte[] Key,
byte[] val
)
Parameters
- Key
- Type: SystemByte
16바이트 Univeral Key. - val
- Type: SystemByte
Byte 배열형 Value.
See Also