com.esf.device.modem.channel.service
Class ModemChannelType

java.lang.Object
  extended by com.esf.device.modem.channel.service.ModemChannelType

public final class ModemChannelType
extends java.lang.Object

describes modem channel types

Author:
ilya.binshtok

Field Summary
static int AT_CHANNEL
          AT Channel
static int HIP_CHANNEL
          HIP channel
 
Constructor Summary
ModemChannelType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AT_CHANNEL

public static final int AT_CHANNEL
AT Channel

See Also:
Constant Field Values

HIP_CHANNEL

public static final int HIP_CHANNEL
HIP channel

See Also:
Constant Field Values
Constructor Detail

ModemChannelType

public ModemChannelType()