C# Класс LINK_SAP_CS_80211.Connection.MIHProtocol.MessageHandler

Показать файл Открыть проект

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

Метод Описание
HandleCapabilityDiscover ( MIH.MIHProtocol.Message m ) : void

This method is called to handle a message containing a Link_Capability_Discover, returning to the MIHF the appropriate response.

HandleCommandLinkActions ( MIH.MIHProtocol.Message m ) : void

This method is called to handle a message containing a Link_Action_Request, and sets it to be called on a timer according to the delay parameter

HandleConfigThresholds ( MIH.MIHProtocol.Message m ) : void

This method is called to handle a Threshold configuration request message

HandleGetParameters ( MIH.MIHProtocol.Message m ) : void

This method is called to handle a Get_Parameters request

HandleMessage ( MIH.MIHProtocol.Message m ) : void

This method processes a message and calls the appropriate method to act on it.

HandleSubscribe ( MIH.MIHProtocol.Message m ) : void

This method is called to handle a subscription request message

HandleUnsubscribe ( MIH.MIHProtocol.Message m ) : void

This method is called to handle an unsubscribe request message

LinkActionCallback ( Object stateInfo ) : void

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

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

This method is called to handle a message containing a Link_Capability_Discover, returning to the MIHF the appropriate response.
public static HandleCapabilityDiscover ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The received Link_Capability_Discover message object
Результат void

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

This method is called to handle a message containing a Link_Action_Request, and sets it to be called on a timer according to the delay parameter
public static HandleCommandLinkActions ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The Link_Action_Request message object
Результат void

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

This method is called to handle a Threshold configuration request message
public static HandleConfigThresholds ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The serialized Config_Thresholds message
Результат void

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

This method is called to handle a Get_Parameters request
public static HandleGetParameters ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The serialized Get_Parameters_Request message.
Результат void

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

This method processes a message and calls the appropriate method to act on it.
public static HandleMessage ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The received message.
Результат void

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

This method is called to handle a subscription request message
public static HandleSubscribe ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The serialized subscription request message
Результат void

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

This method is called to handle an unsubscribe request message
public static HandleUnsubscribe ( MIH.MIHProtocol.Message m ) : void
m MIH.MIHProtocol.Message The serialized unsubscribe request message
Результат void

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

public static LinkActionCallback ( Object stateInfo ) : void
stateInfo Object
Результат void