Class Constants
- java.lang.Object
-
- jmri.jmrix.powerline.insteon2412s.Constants
-
public class Constants extends java.lang.Object
Constants and functions specific to the Insteon 2412S interface
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
formatHeaderByte(int b)
Pretty-print a header code
-
-
-
Field Detail
-
HEAD_STX
public static final int HEAD_STX
- See Also:
- Constant Field Values
-
POLL_REQ_STD
public static final int POLL_REQ_STD
- See Also:
- Constant Field Values
-
POLL_REQ_EXT
public static final int POLL_REQ_EXT
- See Also:
- Constant Field Values
-
POLL_REQ_X10
public static final int POLL_REQ_X10
- See Also:
- Constant Field Values
-
POLL_REQ_BUTTON
public static final int POLL_REQ_BUTTON
- See Also:
- Constant Field Values
-
POLL_REQ_BUTTON_RESET
public static final int POLL_REQ_BUTTON_RESET
- See Also:
- Constant Field Values
-
FUNCTION_REQ_STD
public static final int FUNCTION_REQ_STD
- See Also:
- Constant Field Values
-
FUNCTION_REQ_X10
public static final int FUNCTION_REQ_X10
- See Also:
- Constant Field Values
-
CMD_LIGHT_ON_RAMP
public static final int CMD_LIGHT_ON_RAMP
- See Also:
- Constant Field Values
-
CMD_LIGHT_ON_FAST
public static final int CMD_LIGHT_ON_FAST
- See Also:
- Constant Field Values
-
CMD_LIGHT_OFF_RAMP
public static final int CMD_LIGHT_OFF_RAMP
- See Also:
- Constant Field Values
-
CMD_LIGHT_OFF_FAST
public static final int CMD_LIGHT_OFF_FAST
- See Also:
- Constant Field Values
-
CMD_LIGHT_CHG
public static final int CMD_LIGHT_CHG
- See Also:
- Constant Field Values
-
BUTTON_TAP
public static final int BUTTON_TAP
- See Also:
- Constant Field Values
-
BUTTON_HELD
public static final int BUTTON_HELD
- See Also:
- Constant Field Values
-
BUTTON_REL
public static final int BUTTON_REL
- See Also:
- Constant Field Values
-
BUTTON_BITS_ID
public static final int BUTTON_BITS_ID
- See Also:
- Constant Field Values
-
BUTTON_BITS_OP
public static final int BUTTON_BITS_OP
- See Also:
- Constant Field Values
-
REPLY_ACK
public static final int REPLY_ACK
- See Also:
- Constant Field Values
-
REPLY_NAK
public static final int REPLY_NAK
- See Also:
- Constant Field Values
-
FLAG_BIT_STDEXT
public static final int FLAG_BIT_STDEXT
- See Also:
- Constant Field Values
-
FLAG_STD
public static final int FLAG_STD
- See Also:
- Constant Field Values
-
FLAG_EXT
public static final int FLAG_EXT
- See Also:
- Constant Field Values
-
FLAG_TYPE_P2P
public static final int FLAG_TYPE_P2P
- See Also:
- Constant Field Values
-
FLAG_TYPE_ACK
public static final int FLAG_TYPE_ACK
- See Also:
- Constant Field Values
-
FLAG_TYPE_NAK
public static final int FLAG_TYPE_NAK
- See Also:
- Constant Field Values
-
FLAG_TYPE_GBCAST
public static final int FLAG_TYPE_GBCAST
- See Also:
- Constant Field Values
-
FLAG_TYPE_GBCLEANUP
public static final int FLAG_TYPE_GBCLEANUP
- See Also:
- Constant Field Values
-
FLAG_TYPE_GBCLEANACK
public static final int FLAG_TYPE_GBCLEANACK
- See Also:
- Constant Field Values
-
FLAG_TYPE_GBCLEANNAK
public static final int FLAG_TYPE_GBCLEANNAK
- See Also:
- Constant Field Values
-
FLAG_BIT_X10_CMDUNIT
public static final int FLAG_BIT_X10_CMDUNIT
- See Also:
- Constant Field Values
-
FLAG_X10_RECV_CMD
public static final int FLAG_X10_RECV_CMD
- See Also:
- Constant Field Values
-
FLAG_X10_RECV_UNIT
public static final int FLAG_X10_RECV_UNIT
- See Also:
- Constant Field Values
-
FLAG_MASK_HOPSLEFT
public static final int FLAG_MASK_HOPSLEFT
- See Also:
- Constant Field Values
-
FLAG_SHIFT_HOPSLEFT
public static final int FLAG_SHIFT_HOPSLEFT
- See Also:
- Constant Field Values
-
FLAG_MASK_MAXHOPS
public static final int FLAG_MASK_MAXHOPS
- See Also:
- Constant Field Values
-
FLAG_MAXHOPS_DEFAULT
public static final int FLAG_MAXHOPS_DEFAULT
- See Also:
- Constant Field Values
-
FLAG_MASK_MSGTYPE
public static final int FLAG_MASK_MSGTYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Constants
public Constants()
-
-
Method Detail
-
formatHeaderByte
public static java.lang.String formatHeaderByte(int b)
Pretty-print a header code- Parameters:
b
- header value- Returns:
- formated translation of header value
-
-