org.mobicents.media.server.impl.resource.ss7
Class FastHDLC
java.lang.Object
org.mobicents.media.server.impl.resource.ss7.FastHDLC
public class FastHDLC
- extends java.lang.Object
- Author:
- kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RETURN_COMPLETE_FLAG
public static final int RETURN_COMPLETE_FLAG
- See Also:
- Constant Field Values
RETURN_DISCARD_FLAG
public static final int RETURN_DISCARD_FLAG
- See Also:
- Constant Field Values
RETURN_EMPTY_FLAG
public static final int RETURN_EMPTY_FLAG
- See Also:
- Constant Field Values
FRAME_SEARCH
public static final int FRAME_SEARCH
- See Also:
- Constant Field Values
PROCESS_FRAME
public static final int PROCESS_FRAME
- See Also:
- Constant Field Values
CONTROL_COMPLETE
public static final int CONTROL_COMPLETE
- See Also:
- Constant Field Values
CONTROL_ABORT
public static final int CONTROL_ABORT
- See Also:
- Constant Field Values
STATUS_MASK
public static final int STATUS_MASK
- See Also:
- Constant Field Values
STATUS_VALID
public static final int STATUS_VALID
- See Also:
- Constant Field Values
STATUS_CONTROL
public static final int STATUS_CONTROL
- See Also:
- Constant Field Values
STATE_MASK
public static final int STATE_MASK
- See Also:
- Constant Field Values
ONES_MASK
public static final int ONES_MASK
- See Also:
- Constant Field Values
DATA_MASK
public static final int DATA_MASK
- See Also:
- Constant Field Values
FastHDLC
public FastHDLC()
fasthdlc_precalc
public void fasthdlc_precalc()
fasthdlc_init
public void fasthdlc_init(HdlcState h)
fasthdlc_tx_load_nocheck
public int fasthdlc_tx_load_nocheck(HdlcState h,
int c)
fasthdlc_tx_load
public int fasthdlc_tx_load(HdlcState h,
int c)
fasthdlc_tx_frame_nocheck
public int fasthdlc_tx_frame_nocheck(HdlcState h)
fasthdlc_tx_frame
public int fasthdlc_tx_frame(HdlcState h)
fasthdlc_tx_run_nocheck
public int fasthdlc_tx_run_nocheck(HdlcState h)
fasthdlc_tx_run
public int fasthdlc_tx_run(HdlcState h)
fasthdlc_rx_load_nocheck
public int fasthdlc_rx_load_nocheck(HdlcState h,
int b)
fasthdlc_rx_load
public int fasthdlc_rx_load(HdlcState h,
int b)
fasthdlc_rx_run
public int fasthdlc_rx_run(HdlcState h)
Copyright © 2010. All Rights Reserved.