Public Methods

  Name Description
Public method BeginRead Begins an asynchronous read operation. (inherited from Stream)
Public method BeginWrite Begins an asynchronous write operation. (inherited from Stream)
Public method ClearBuffer Clear buffer.
Public method Close Overridden. Closes the port
Public method 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)
Public method Dispose Overloaded. Releases all resources used by the Stream object. (inherited from Stream)
Public method EndRead Waits for the pending asynchronous read to complete. (inherited from Stream)
Public method EndWrite Ends an asynchronous write operation. (inherited from Stream)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Flush Overridden. Flush the stream
Public method Static GetAvailableDevices Returns a list of connected FTDI cables. Only works when no connections have been made yet.
Public method 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)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Static GetNumAvailableDevices Returns the number of connected FTDI cables
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Read Overridden. Read data from the stream
Public method 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)
Public method Seek Overridden. Seek to the specified position (not supported)
Public method SetLength Overridden. Change the length of the stream (not implemented, will always throw a NotSupportedException)
Public method ToString Overridden. Returns string description of instance.
Public method Write Overridden. Write to the stream
Public method WriteByte Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream)
Top

Protected Methods

  Name Description
Family method CreateWaitHandle Allocates a WaitHandle object. (inherited from Stream)
Family method Dispose Overloaded. Releases all resources used by the Stream object. (inherited from Stream)
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Top

See Also