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 |
public static HandleCapabilityDiscover ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The received Link_Capability_Discover message object |
return | void |
public static HandleCommandLinkActions ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The Link_Action_Request message object |
return | void |
public static HandleConfigThresholds ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The serialized Config_Thresholds message |
return | void |
public static HandleGetParameters ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The serialized Get_Parameters_Request message. |
return | void |
public static HandleMessage ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The received message. |
return | void |
public static HandleSubscribe ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The serialized subscription request message |
return | void |
public static HandleUnsubscribe ( MIH.MIHProtocol.Message m ) : void | ||
m | MIH.MIHProtocol.Message | The serialized unsubscribe request message |
return | void |
public static LinkActionCallback ( Object stateInfo ) : void | ||
stateInfo | Object | |
return | void |