WiFi Base Station Device Interface
interface IBaseStationDevice
Description: WiFi Base Station Device Interface
method getKeyManager
fun getKeyManager(): IKeyManager
Description: Gets the key management class.
Input Parameters: None.
Output Parameters: Key management class.
Related Parameters: IKeyManager。
method deviceNumber
fun deviceNumber(): Int
Description: Device number, used to distinguish between multiple device connections.
Input Parameters: None.
Output Parameters:Device number.
Related Parameters: Int
method getDeviceNumber
fun getDeviceNumber(): Int
Description: Get device number, used to distinguish between multiple device connections.
Input Parameters: None.
Output Parameters:Device number.
Related Parameters: Int
method type
fun type(): Type
Description: Device type: aircraft, remote controller, other.
Input Parameters: None.
Output Parameters:Device type.
Related Parameters: Type
method getUpgradeKeyManager
fun getUpgradeKeyManager(): IKeyManager?
Description: Base station upgrade-dedicated KeyManager.
Input Parameters: None.
Output Parameters:IKeyManager
Related Parameters: IKeyManager
method getFileServicePort
fun getFileServicePort(): Int
Description: Base station file service port.
Input Parameters: None.
Output Parameters:Base station file service port.
Related Parameters: Int