SmartGlassAuxiliaryStream Members

SmartGlassAuxiliaryStream has the following members.

Public Methods

  Name Description
Close Initiates an immediate closure of the auxiliary stream and resets the stream back to its default state.
Open Opens the console end of the auxiliary stream and makes the stream available for connection.
Read Reads any available data already received from the SmartGlass-enabled device by the auxiliary stream, up to the maximum amount specified.
Write Writes outgoing data to the auxiliary stream, which either sends the data immediately or queues that data to send later if the Xbox One console is already sending too much data through the stream.

Public Events

  Name Description
OnConnect Raised after both the Xbox One console and the SmartGlass-enabled device open the auxiliary stream and successfully establish a connection.
OnError Raised when an error occurs while sending or receiving data on the auxiliary stream.
OnReceive Raised when an internal receive operation on the auxiliary stream completes.
OnSend Raised when an internal send operation on an auxiliay stream that results from one or more calls to the SmartGlassAuxiliaryStream.Write method completes.

See also

Reference

SmartGlassAuxiliaryStream Class

Windows.Xbox.SmartGlass Namespace