Read user data from camera
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic IList<byte> UserData { get; }
Public ReadOnly Property UserData As IList(Of Byte)
Get
public:
property IList<unsigned char>^ UserData {
IList<unsigned char>^ get ();
}
Property Value
Type:
IListByte
See Also