SmartGlassDevice.AuxiliaryStream Property

Provides access to the auxiliary stream for sending data between the Xbox One console and the device. Read-only.

Syntax

public:
property SmartGlassAuxiliaryStream^ AuxiliaryStream {
         SmartGlassAuxiliaryStream^ get ();
}  

Property value

Type: SmartGlassAuxiliaryStream 

AuxiliaryStream reference.

Remarks

Before you can send data by using the auxiliary stream, you need to open the stream from the Xbox One console, and from the SmartGlass-enabled device. To open the auxiliary stream from the Xbox One console, use the SmartGlassAuxiliaryStream.Open method.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassAuxiliaryStream.Open

SmartGlassAuxiliaryStream.Close

SmartGlassDevice Class

SmartGlassDevice Members

Windows.Xbox.SmartGlass Namespace