C# Class LINK_SAP_CS_80211.Connection.MIHProtocol.MessageHandler

显示文件 Open project: ATNoG/ODTONE

Public Methods

Method Description
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

Method Details

HandleCapabilityDiscover() public static method

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
return void

HandleCommandLinkActions() public static method

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
return void

HandleConfigThresholds() public static method

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
return void

HandleGetParameters() public static method

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.
return void

HandleMessage() public static method

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.
return void

HandleSubscribe() public static method

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
return void

HandleUnsubscribe() public static method

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
return void

LinkActionCallback() public static method

public static LinkActionCallback ( Object stateInfo ) : void
stateInfo Object
return void