| |
Name |
Description |
|
BeginRead |
Begins an asynchronous read operation. (inherited from Stream) |
|
BeginWrite |
Begins an asynchronous write operation. (inherited from Stream) |
|
ClearBuffer
|
Clear buffer. |
|
Close
|
Overridden. Closes the port |
|
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
|
Dispose |
Overloaded. Releases all resources used by the Stream object. (inherited from Stream) |
|
EndRead |
Waits for the pending asynchronous read to complete. (inherited from Stream) |
|
EndWrite |
Ends an asynchronous write operation. (inherited from Stream) |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
Flush
|
Overridden. Flush the stream |
|
GetAvailableDevices
|
Returns a list of connected FTDI cables. Only works when no connections have been made yet. |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
GetNumAvailableDevices
|
Returns the number of connected FTDI cables |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
Read
|
Overridden. Read data from the stream |
|
ReadByte |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (inherited from Stream) |
|
Seek
|
Overridden. Seek to the specified position (not supported) |
|
SetLength
|
Overridden. Change the length of the stream (not implemented, will always throw a NotSupportedException) |
|
ToString
|
Overridden. Returns string description of instance. |
|
Write
|
Overridden. Write to the stream |
|
WriteByte |
Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream) |