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


In This Topic
    PacketSent Property
    In This Topic
    Gets the packet sent to the USB device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PacketSent As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As String
     
    value = instance.PacketSent
    public string PacketSent {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