This is the complete list of members for FloatNode, including all inherited members.
| access | BaseNode | static |
| browse(self, cvb.opcua.BrowseFilter filter_options) | BaseNode | |
| browse_name | BaseNode | static |
| connection_status | BaseNode | static |
| create(int namespace_index, str name, cvb.opcua.NodeID parent_node_id, float value) | FloatNode | |
| datatype | VariableNode | static |
| deregister_callback(self, cvb.EventCookie event_cookie) | VariableNode | |
| description | BaseNode | static |
| display_name | BaseNode | static |
| get_attribute(self, int attribute_id) | BaseNode | |
| node_class | BaseNode | static |
| node_id(self) | BaseNode | |
| register_read_callback(self, Callable[[], None] callback) | VariableNode | |
| register_write_callback(self, Callable[[], None] callback) | VariableNode | |
| set_attribute(self, int attribute_id, Union[int, float, str] value) | BaseNode | |
| set_value(self, float value) | FloatNode | |
| value(self) | FloatNode |