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


In This Topic
    PacketReceived Property
    In This Topic
    Gets the packet received from the USB device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PacketReceived As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As String
     
    value = instance.PacketReceived
    public string PacketReceived {get;}

    Property Value

    Type: System.String
    A string of hexadecimal values contained in the packet.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also