C# 클래스 LINK_SAP_CS_80211.Connection.MIHProtocol.MessageHandler

파일 보기 프로젝트 열기: ATNoG/ODTONE

공개 메소드들

메소드 설명
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