FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / DataHighByte Property


In This Topic
    DataHighByte Property
    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.Byte
    The value must be between System.Byte.MinValue. and System.Byte.MaxValue.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also