Provides access to the auxiliary stream for sending data between the Xbox One console and the device. Read-only.
public:
property SmartGlassAuxiliaryStream^ AuxiliaryStream {
SmartGlassAuxiliaryStream^ get ();
}
Type: SmartGlassAuxiliaryStream
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.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassAuxiliaryStream.Open