IDevicePacketStream Members
Include Protected Members
Include Inherited Members
Exchanges data with a connected DevicePacketStream on the desktop computer by reading and writing objects that implement IPacket.
The IDevicePacketStream type exposes the following members.
Methods
Name
Description
Disconnects the stream.
Checks if the packet stream is connected.
Checks if there is a packet ready to be read.
Reads packets sent from the DevicePacketStream on the desktop computer.
Writes a packet to the stream. The packet is read by the DevicePacketStream on the desktop computer.
Top
Properties
Name
Description
Enables or disables Nagle's buffering algorithm on the stream. By default it is enabled.
Gets the maximum packet size limited by the underlying transport mechanism.
Top