DevicePacketStream Members
Include Protected Members
Include Inherited Members
Exchanges data between a desktop application and a device agent application by reading and writing objects of type Packet.
The DevicePacketStream type exposes the following members.
Methods
Name
Description
Disconnects the stream connection between the device and the host
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Checks if packet stream is connected.
Checks if a packet is available to be read from the device packet stream.
Creates a shallow copy of the current Object. (Inherited from Object.)
Reads data from the device and returns a packet object.
Returns a string that represents the current object. (Inherited from Object.)
Writes a Packet object to a device packet stream.
Top
Properties
Name
Description
Enables or disables Nagle's buffering algorithm on the stream.
Gets the maximum packet size limited by the underlying transport mechanism.
Top