Click or drag to resize

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)
Syntax
public void Write(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer to write data from. The complete buffer will be written to the device.
See Also