|  | PipeStreamReadByte Method | 
Namespace: WinUsbNet
 Syntax
SyntaxThe unsigned byte cast to an Int32, or -1 if a short packet is received and the ReadUseShortPacket property is set to true.
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| IOException | The UsbDevice is not open. | 
| NotSupportedException | The PipeStream does not support reading. | 
| Win32Exception | An error was reported by the operating system. If NativeErrorCode is 0x00000079, the operation timed out. | 
 Remarks
Remarks See Also
See Also