MiracastReceiverKeyboardDevice.IsRequestedByTransmitter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the Miracast Transmitter is willing to receive input from a keyboard device.
public:
property bool IsRequestedByTransmitter { bool get(); };
bool IsRequestedByTransmitter();
public bool IsRequestedByTransmitter { get; }
var boolean = miracastReceiverKeyboardDevice.isRequestedByTransmitter;
Public ReadOnly Property IsRequestedByTransmitter As Boolean
Property Value
Boolean
bool
True if the Miracast Transmitter is willing to receive input from a keyboard device.