Class: Flic::Client::ServerInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/flic/client/server_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bluetooth_addressObject

Returns the value of attribute bluetooth_address

Returns:

  • (Object)

    the current value of bluetooth_address



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def bluetooth_address
  @bluetooth_address
end

#bluetooth_address_typeObject

Returns the value of attribute bluetooth_address_type

Returns:

  • (Object)

    the current value of bluetooth_address_type



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def bluetooth_address_type
  @bluetooth_address_type
end

#bluetooth_controller_stateObject

Returns the value of attribute bluetooth_controller_state

Returns:

  • (Object)

    the current value of bluetooth_controller_state



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def bluetooth_controller_state
  @bluetooth_controller_state
end

#current_pending_connectionsObject

Returns the value of attribute current_pending_connections

Returns:

  • (Object)

    the current value of current_pending_connections



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def current_pending_connections
  @current_pending_connections
end

#currently_no_space_for_new_connectionObject

Returns the value of attribute currently_no_space_for_new_connection

Returns:

  • (Object)

    the current value of currently_no_space_for_new_connection



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def currently_no_space_for_new_connection
  @currently_no_space_for_new_connection
end

#maximum_concurrently_connected_buttonsObject

Returns the value of attribute maximum_concurrently_connected_buttons

Returns:

  • (Object)

    the current value of maximum_concurrently_connected_buttons



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def maximum_concurrently_connected_buttons
  @maximum_concurrently_connected_buttons
end

#maximum_pending_connectionsObject

Returns the value of attribute maximum_pending_connections

Returns:

  • (Object)

    the current value of maximum_pending_connections



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def maximum_pending_connections
  @maximum_pending_connections
end

#verified_buttons_bluetooth_addressesObject

Returns the value of attribute verified_buttons_bluetooth_addresses

Returns:

  • (Object)

    the current value of verified_buttons_bluetooth_addresses



5
6
7
# File 'lib/flic/client/server_info.rb', line 5

def verified_buttons_bluetooth_addresses
  @verified_buttons_bluetooth_addresses
end