pyrtma.core_defs.MDF_ACTIVE_CLIENTS
- class MDF_ACTIVE_CLIENTS[source]
Bases:
MessageDataMethods
Generate a copy of a message structure
Generate message instance from dictionary
Generate message instance from JSON string
Generate message instance with random values
return copy of raw bytes for ctypes field
hexdump of message
Generate formatted message structure string for pretty printing
Convert message to dictionary
Convert message to json string
Attributes
client_mod_idIntArray validator class
client_pidIntArray validator class
num_clientsValidator for 16-bit integers
paddingValidator for 16-bit integers
reservedValidator for 32-bit integers
sizetimestampDouble (64-bit float) validator class
type_deftype_hashtype_idtype_nametype_sizetype_source- classmethod copy(m)
Generate a copy of a message structure
- classmethod from_dict(data)
Generate message instance from dictionary
- Parameters:
- Raises:
JSONDecodingError – Unable to decode dictionary
- Return type:
TypeVar(MB, bound= MessageBase)
- classmethod from_json(s)
Generate message instance from JSON string
- classmethod from_random()
Generate message instance with random values
- Return type:
TypeVar(MB, bound= MessageBase)
- get_field_raw(name)
return copy of raw bytes for ctypes field
- hexdump(length=16, sep=' ')
hexdump of message
- pretty_print(add_tabs=0)
Generate formatted message structure string for pretty printing