Share via


IPacket::ReadByte

Reads a byte from the object and points the internal iterator to the next data object in the packet.

HRESULT ReadByte([retval][out] BYTE *out_pbyteValue)

Parameters

  • out_pbyteValue
    The byte read from the packet.

Return Value

An HRESULT value that indicates the outcome of the method call.

Example

In this example, the packet stream reads data from the RemoteAgent object on the desktop while connected. For the complete example, see IDeviceAgentTransport.

Managed Equivalent

IPacket..::.ReadByte

Requirements

DeviceAgentTransport.h

See Also

Reference

IPacket