DotNetSerialPort

DotNetSerialPort.Read Method (Int32)

Reads data from the input buffer

public byte[] Read(
   int size
);

Parameters

size
An Int32 indicating number of bytes to be read

Return Value

Returns an array of bytes read

Remarks

See Also

DotNetSerialPort Class | SWBOX Namespace | DotNetSerialPort.Read Overload List