SmartGlassAuxiliaryStream.OnReceive Event

Raised when an internal receive operation on the auxiliary stream completes.

Syntax

public:
event TypedEventHandler<SmartGlassAuxiliaryStream^ , SmartGlassAuxiliaryStreamReadStats>^ OnReceive {
         EventRegistrationToken add (TypedEventHandler<SmartGlassAuxiliaryStream^ , SmartGlassAuxiliaryStreamReadStats>^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

The parameter of the event handler that is a SmartGlassAuxiliaryStreamReadStats structure indicates the total number of bytes received and the number of bytes available to read. The title should call the SmartGlassAuxiliaryStream.Read method to read the available bytes.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassAuxiliaryStreamReadStats

SmartGlassAuxiliaryStream.Read

SmartGlassAuxiliaryStream Class

SmartGlassAuxiliaryStream Members

Windows.Xbox.SmartGlass Namespace