Module: G_a_b_e1_a_a_e
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- SUCCESS =
0
- UNKNOWN_ERROR =
1
- BLUETOOTH_NOT_AVAILABLE =
2
- CONNECTION_TIMEOUT =
3
- CONNECTION_ERROR =
4
- CONNECTION_IN_PROGRESS =
5
- VALUE_MAP =
{0 => "SUCCESS", 1 => "UNKNOWN_ERROR", 2 => "BLUETOOTH_NOT_AVAILABLE", 3 => "CONNECTION_TIMEOUT", 4 => "CONNECTION_ERROR", 5 => "CONNECTION_IN_PROGRESS"}
- VALID_VALUES =
Set.new([SUCCESS, UNKNOWN_ERROR, BLUETOOTH_NOT_AVAILABLE, CONNECTION_TIMEOUT, CONNECTION_ERROR, CONNECTION_IN_PROGRESS]).freeze