MiracastReceiverGameControllerDevice.TransmitInput Property

Definition

Controls if the Miracast Receiver offers to transmit game controller 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 = miracastReceiverGameControllerDevice.transmitInput;
miracastReceiverGameControllerDevice.transmitInput = boolean;
Public Property TransmitInput As Boolean

Property Value

Boolean

bool

True if the Miracast Receiver offers to transmit game controller input to the Miracast Transmitter.

Remarks

Game controller input will only be transmitted if the device on which the Miracast Receiver is running supports capturing game controller input, and if the Miracast Transmitter is requesting to receive game controller input. Use IsTransmittingInput to determine if game controller input is actually being transmitted.

Applies to

See also