Method | Description | |
---|---|---|
Read ( this serialport, Byte buffer ) : |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Read ( this serialport, Char buffer ) : |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Write ( this serialport, Byte buffer ) : void |
Extends Write so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Write ( this serialport, Char buffer ) : void |
Extends Write so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Read ( this serialport, Byte buffer ) : |
||
serialport | this | |
buffer | Byte | |
return |
public static Read ( this serialport, Char buffer ) : |
||
serialport | this | |
buffer | Char | |
return |
public static Write ( this serialport, Byte buffer ) : void | ||
serialport | this | |
buffer | Byte | |
return | void |
public static Write ( this serialport, Char buffer ) : void | ||
serialport | this | |
buffer | Char | |
return | void |