 | XKLVManagerGetKey Method |
입력된 Index에 해당하는 Key값을 얻는다. Key값은 16바이트의 Universal Key를 의미한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic byte[] GetKey(
int nIndex
)
Parameters
- nIndex
- Type: SystemInt32
인덱스 값.
Return Value
Type:
Byte 16바이트 Key값.
See Also