Class: Aws::Types::ObdSignal

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_mask_length ⇒ ::Integer

Returns the value of attribute bit_mask_length.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def is_signed
  @is_signed
end

#offset ⇒ ::Float

Returns the value of attribute offset.

Returns:

  • (::Float)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def offset
  @offset
end

#pid ⇒ ::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def scaling
  @scaling
end

#service_mode ⇒ ::Integer

Returns the value of attribute service_mode.

Returns:

  • (::Integer)


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.

Returns:

  • ("INTEGER", "FLOATING_POINT")


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.

Returns:

  • (::Integer)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def start_byte
  @start_byte
end