class documentation
Undocumented
Method | __init__ |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. |
Method | deserialize |
unpack serialized message in str into this message instance :param str: byte array of serialized message, str |
Method | deserialize |
unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, str :param numpy: numpy python module |
Method | serialize |
serialize message into buffer :param buff: buffer, StringIO |
Method | serialize |
serialize message with numpy array types into buffer :param buff: buffer, StringIO :param numpy: numpy python module |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Constant | POWER |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Instance Variable | capacity |
Undocumented |
Instance Variable | cell |
Undocumented |
Instance Variable | cell |
Undocumented |
Instance Variable | charge |
Undocumented |
Instance Variable | current |
Undocumented |
Instance Variable | design |
Undocumented |
Instance Variable | header |
Undocumented |
Instance Variable | location |
Undocumented |
Instance Variable | percentage |
Undocumented |
Instance Variable | power |
Undocumented |
Instance Variable | power |
Undocumented |
Instance Variable | power |
Undocumented |
Instance Variable | present |
Undocumented |
Instance Variable | serial |
Undocumented |
Instance Variable | temperature |
Undocumented |
Instance Variable | voltage |
Undocumented |
Method | _get |
internal API method |
Class Variable | _full |
Undocumented |
Class Variable | _has |
Undocumented |
Class Variable | _md5sum |
Undocumented |
Class Variable | _slot |
Undocumented |
Class Variable | _type |
Undocumented |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments.
- The available fields are:
- header,voltage,temperature,current,charge,capacity,design_capacity,percentage,power_supply_status,power_supply_health,power_supply_technology,present,cell_voltage,cell_temperature,location,serial_number
to set specific fields.
Parameters | |
*args | complete set of field values, in .msg order |
**kwds | use keyword arguments corresponding to message field names |
unpack serialized message in str into this message instance :param str: byte array of serialized message, str
unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, str :param numpy: numpy python module