USBPipeWrite Method (Byte) |
Writes data from a buffer to the pipe.
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void Write(
byte[] buffer
)
Public Sub Write (
buffer As Byte()
)
public:
void Write(
array<unsigned char>^ buffer
)
Parameters
- buffer
- Type: SystemByte
The buffer to write data from. The complete buffer will be written to the device.
See Also