com.esf.device.modem.channel.service
Interface IHipCallback


public interface IHipCallback

Defines HIP callback interface

Author:
ilya.binshtok

Field Summary
static java.lang.String cnsNotification
          CnS notification topic
static int HIPCALLBACK_RESET
          HIP reset.
static java.lang.String hipCallbackNotification
          HIP callback notification topic
static java.lang.String SERVICE_NAME
           
 
Method Summary
 void hipCallback(int command)
          HIP channel callback method
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME

cnsNotification

static final java.lang.String cnsNotification
CnS notification topic

See Also:
Constant Field Values

hipCallbackNotification

static final java.lang.String hipCallbackNotification
HIP callback notification topic

See Also:
Constant Field Values

HIPCALLBACK_RESET

static final int HIPCALLBACK_RESET
HIP reset. This should not be used as a direct callback nut rather as HIP callback notification.

See Also:
Constant Field Values
Method Detail

hipCallback

void hipCallback(int command)
HIP channel callback method

Parameters:
command -