Read user data from camera
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public 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:
IListByteSee Also