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.StringA string of hexadecimal values contained in the packet.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also