MiracastReceiverKeyboardDevice.IsTransmittingInput 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 Receiver is currently transmitting input from a keyboard device to the Miracast Transmitter.
public:
property bool IsTransmittingInput { bool get(); };
bool IsTransmittingInput();
public bool IsTransmittingInput { get; }
var boolean = miracastReceiverKeyboardDevice.isTransmittingInput;
Public ReadOnly Property IsTransmittingInput As Boolean
Property Value
Boolean
bool
True if the Miracast Receiver is currently transmitting input from a keyboard device to the Miracast Transmitter.