MiracastReceiverKeyboardDevice.TransmitInput 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.
Controls if the Miracast Receiver offers to transmit keyboard input to the Miracast Transmitter.
public:
property bool TransmitInput { bool get(); void set(bool value); };
bool TransmitInput();
void TransmitInput(bool value);
public bool TransmitInput { get; set; }
var boolean = miracastReceiverKeyboardDevice.transmitInput;
miracastReceiverKeyboardDevice.transmitInput = boolean;
Public Property TransmitInput As Boolean
Property Value
bool
True if the Miracast Receiver offers to transmit keyboard input to the Miracast Transmitter.
Remarks
Keyboard input will only be transmitted if the device on which the Miracast Receiver is running supports capturing keyboard input, and if the Miracast Transmitter is requesting to receive keyboard input. Use IsTransmittingInput to determine if keyboard input is actually being transmitted.