In This Topic
Gets a value indicating the high byte read from the EEPROM Register of the USB device.
Syntax
'Declaration
Public ReadOnly Property DataHighByte As Byte
'Usage
Dim instance As USB_DLL
Dim value As Byte
value = instance.DataHighByte
public byte DataHighByte {get;}
Property Value
Type:
System.ByteThe value must be between
System.Byte.MinValue. and
System.Byte.MaxValue.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also