Class: Aws::Types::ObdSignal
- Inherits:
-
Object
- Object
- Aws::Types::ObdSignal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_mask_length ⇒ ::Integer
Returns the value of attribute bit_mask_length.
-
#bit_right_shift ⇒ ::Integer
Returns the value of attribute bit_right_shift.
-
#byte_length ⇒ ::Integer
Returns the value of attribute byte_length.
-
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
-
#offset ⇒ ::Float
Returns the value of attribute offset.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#pid_response_length ⇒ ::Integer
Returns the value of attribute pid_response_length.
-
#scaling ⇒ ::Float
Returns the value of attribute scaling.
-
#service_mode ⇒ ::Integer
Returns the value of attribute service_mode.
-
#signal_value_type ⇒ "INTEGER", "FLOATING_POINT"
Returns the value of attribute signal_value_type.
-
#start_byte ⇒ ::Integer
Returns the value of attribute start_byte.
Instance Attribute Details
#bit_mask_length ⇒ ::Integer
Returns the value of attribute bit_mask_length.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def bit_mask_length @bit_mask_length end |
#bit_right_shift ⇒ ::Integer
Returns the value of attribute bit_right_shift.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def bit_right_shift @bit_right_shift end |
#byte_length ⇒ ::Integer
Returns the value of attribute byte_length.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def byte_length @byte_length end |
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def is_signed @is_signed end |
#offset ⇒ ::Float
Returns the value of attribute offset.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def offset @offset end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def pid @pid end |
#pid_response_length ⇒ ::Integer
Returns the value of attribute pid_response_length.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def pid_response_length @pid_response_length end |
#scaling ⇒ ::Float
Returns the value of attribute scaling.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def scaling @scaling end |
#service_mode ⇒ ::Integer
Returns the value of attribute service_mode.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def service_mode @service_mode end |
#signal_value_type ⇒ "INTEGER", "FLOATING_POINT"
Returns the value of attribute signal_value_type.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def signal_value_type @signal_value_type end |
#start_byte ⇒ ::Integer
Returns the value of attribute start_byte.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def start_byte @start_byte end |