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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also