C# Класс LINK_SAP_CS_80211.Common.Actions.ActionsInterface

This class provides several methods that perform the multiple link actions.
Показать файл Открыть проект

Открытые методы

Метод Описание
Action_Disconnect ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void

Executes a disconnect on the interface and changes the Status of the Link_Action_Response.

Action_Power_Down ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void

Executes a Power Down (disable interface) on the interface and changes the Status of the Link_Action_Response.

Action_Power_Up ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void

Executes a Power Up (enable interface) on the interface and changes the Status of the Link_Action_Response.

Action_Scan ( MIH.DataTypes.Link_Action_Response laresp, NativeWifi iface, MIH.MIHProtocol.Message m ) : void

Issues a scan order on the interface and processes (and sends) the rest of the message when the scan is completed.

FinishScanAction ( ) : void

To be called when a requested scan was complete. This method sends all pending Link_Action_Responses that were waiting for a scan result.

Описание методов

Action_Disconnect() публичный статический Метод

Executes a disconnect on the interface and changes the Status of the Link_Action_Response.
public static Action_Disconnect ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void
laresp MIH.DataTypes.Link_Action_Response The Link_Action_Response for this action.
iface NativeWifi The interface do disconnect the link from.
Результат void

Action_Power_Down() публичный статический Метод

Executes a Power Down (disable interface) on the interface and changes the Status of the Link_Action_Response.
public static Action_Power_Down ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void
laresp MIH.DataTypes.Link_Action_Response The Link_Action_Response for this action.
iface NativeWifi The interface do disconnect the link from.
Результат void

Action_Power_Up() публичный статический Метод

Executes a Power Up (enable interface) on the interface and changes the Status of the Link_Action_Response.
public static Action_Power_Up ( MIH.DataTypes.Link_Action_Response &laresp, NativeWifi &iface ) : void
laresp MIH.DataTypes.Link_Action_Response The Link_Action_Response for this action.
iface NativeWifi The interface do disconnect the link from.
Результат void

Action_Scan() публичный статический Метод

Issues a scan order on the interface and processes (and sends) the rest of the message when the scan is completed.
public static Action_Scan ( MIH.DataTypes.Link_Action_Response laresp, NativeWifi iface, MIH.MIHProtocol.Message m ) : void
laresp MIH.DataTypes.Link_Action_Response The Link_Action_Response for this action.
iface NativeWifi The interface to scan.
m MIH.MIHProtocol.Message The message to be processed and sent when the scan is complete.
Результат void

FinishScanAction() публичный статический Метод

To be called when a requested scan was complete. This method sends all pending Link_Action_Responses that were waiting for a scan result.
public static FinishScanAction ( ) : void
Результат void