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