Member values
Member name | Data type | Description | Usage |
---|---|---|---|
ssid | Ssid | SSID | To set ssid, you simply assign a value directly to a field within ssid. You can also use the parent message’s HasField() method to check if a message type field value has been set. |
security_type | int | Wi-Fi security type | You can manipulate the field security_type as if it were a regular field. To clear the value of security_type and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
encryption_type | int | Wi-Fi encryption type | You can manipulate the field encryption_type as if it were a regular field. To clear the value of encryption_type and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
signal_quality | int | Wi-Fi signal quality | You can manipulate the field signal_quality as if it were a regular field. To clear the value of signal_quality and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
signal_strength | int | Wi-Fi signal power in dBm | You can manipulate the field signal_strength as if it were a regular field. To clear the value of signal_strength and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
frequency | int | Wi-Fi operating frequency (channel) in MHz | You can manipulate the field frequency as if it were a regular field. To clear the value of frequency and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
channel | int | Wi-Fi operating channel | You can manipulate the field channel as if it were a regular field. To clear the value of channel and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
Parent topic: Base (Python)