Share via


Radio.State Property

Definition

Gets the current state of the radio represented by this object.

public:
 property RadioState State { RadioState get(); };
RadioState State();
public RadioState State { get; }
var radioState = radio.state;
Public ReadOnly Property State As RadioState

Property Value

The current radio state.

Applies to