Skip to content

WiFiClass

詳細情報

メンバー

printDiag()

void WiFiClass::printDiag(Print &dest)

引数

  • Print& dest

channel()

Return the current channel associated with the network

int32_t WiFiGenericClass::channel(void)

戻り値

int32_t channel (1-13)

SSID()

Return the current SSID associated with the network

String WiFiSTAClass::SSID() const

戻り値

String SSID

RSSI()

Return the current network RSSI.

int8_t WiFiSTAClass::RSSI()

戻り値

int8_t RSSI value

BSSID()

Return the current bssid / mac associated with the network if configured

uint8_t * WiFiSTAClass::BSSID()

戻り値

uint8_t* bssid uint8_t *

BSSIDstr()

Return the current bssid / mac associated with the network if configured

String WiFiSTAClass::BSSIDstr()

戻り値

String String bssid mac

SSID()

String WiFiScanClass::SSID(uint8_t networkItem)

戻り値

String ssid string of the specified item on the networks scanned list

encryptionType()

wifi_auth_mode_t WiFiScanClass::encryptionType(uint8_t networkItem)

戻り値

wifi_auth_mode_t encryption type (enum wl_enc_type) of the specified item on the networks scanned list

RSSI()

int32_t WiFiScanClass::RSSI(uint8_t networkItem)

戻り値

int32_t signed value of RSSI of the specified item on the networks scanned list

BSSID()

uint8_t * WiFiScanClass::BSSID(uint8_t networkItem)

戻り値

uint8_t* uint8_t * MAC / BSSID of scanned wifi

BSSIDstr()

String WiFiScanClass::BSSIDstr(uint8_t networkItem)

戻り値

String String MAC / BSSID of scanned wifi

channel()

int32_t WiFiScanClass::channel(uint8_t networkItem)

戻り値

int32_t