Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
SclAccessPoint Class Reference

SclAccessPoint class. More...

#include <SclAccessPoint.h>

Inheritance diagram for SclAccessPoint:
WiFiAccessPoint

Public Member Functions

SclAccessPointoperator= (SclAccessPoint &&rhs)
 Define move assignment and prevent copy-assignment. More...
 
scl_bss_type_t get_bss_type () const
 Get SCL access point's bss type. More...
 
uint8_t * get_ie_data () const
 Get SCL access point's IE data. More...
 
uint32_t get_ie_len () const
 Get SCL access point's IE length. More...
 
const char * get_ssid () const
 Get an access point's ssid. More...
 
const uint8_t * get_bssid () const
 Get an access point's bssid. More...
 
nsapi_security_t get_security () const
 Get an access point's security. More...
 
int8_t get_rssi () const
 Gets the radio signal strength for the access point. More...
 
uint8_t get_channel () const
 Get the access point's channel. More...
 

Detailed Description

SclAccessPoint class.

Class that represents a Scl Access Point which contains additional Scl specific information

Definition at line 35 of file SclAccessPoint.h.

Member Function Documentation

scl_bss_type_t get_bss_type ( ) const

Get SCL access point's bss type.

Returns
The scl_bss_type_t of the access point
const uint8_t* get_bssid ( ) const
inherited

Get an access point's bssid.

Returns
The bssid of the access point
uint8_t get_channel ( ) const
inherited

Get the access point's channel.

Returns
The channel of the access point
uint8_t* get_ie_data ( ) const

Get SCL access point's IE data.

Returns
The pointer to ie data buffer
uint32_t get_ie_len ( ) const

Get SCL access point's IE length.

Returns
The ie data length
int8_t get_rssi ( ) const
inherited

Gets the radio signal strength for the access point.

Returns
Connection strength in dBm (negative value), or 0 if measurement impossible
nsapi_security_t get_security ( ) const
inherited

Get an access point's security.

Returns
The security type of the access point
const char* get_ssid ( ) const
inherited

Get an access point's ssid.

Returns
The ssid of the access point
SclAccessPoint& operator= ( SclAccessPoint &&  rhs)

Define move assignment and prevent copy-assignment.

Due to IE element data could have large memory footprint, only move assignment is allowed.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.