adf_core_python.core.gateway.message package#
Subpackages#
- adf_core_python.core.gateway.message.urn package
- Submodules
- adf_core_python.core.gateway.message.urn.urn module
ComponentModuleMSG
ComponentModuleMSG.AgentID
ComponentModuleMSG.Arguments
ComponentModuleMSG.Changed
ComponentModuleMSG.ClassName
ComponentModuleMSG.Config
ComponentModuleMSG.DefaultClassName
ComponentModuleMSG.Entities
ComponentModuleMSG.Heard
ComponentModuleMSG.MethodName
ComponentModuleMSG.Mode
ComponentModuleMSG.ModuleID
ComponentModuleMSG.ModuleName
ComponentModuleMSG.Result
ComponentModuleMSG.Time
ModuleMSG
- Module contents
Submodules#
adf_core_python.core.gateway.message.am_agent module#
adf_core_python.core.gateway.message.am_exec module#
adf_core_python.core.gateway.message.am_module module#
adf_core_python.core.gateway.message.am_update module#
adf_core_python.core.gateway.message.ma_exec_response module#
- class adf_core_python.core.gateway.message.ma_exec_response.MAExecResponse(data: <module 'rcrs_core.connection.RCRSProto_pb2' from '/home/runner/work/adf-core-python/adf-core-python/.venv/lib/python3.12/site-packages/rcrs_core/connection/RCRSProto_pb2.py'>)#
ベースクラス:
Message
,ABC
- read() None #
- write() None #
adf_core_python.core.gateway.message.ma_module_response module#
- class adf_core_python.core.gateway.message.ma_module_response.MAModuleResponse(data: <module 'rcrs_core.connection.RCRSProto_pb2' from '/home/runner/work/adf-core-python/adf-core-python/.venv/lib/python3.12/site-packages/rcrs_core/connection/RCRSProto_pb2.py'>)#
ベースクラス:
Message
,ABC
- read() None #
- write() None #
adf_core_python.core.gateway.message.moduleMessageFactory module#
- class adf_core_python.core.gateway.message.moduleMessageFactory.ModuleMessageFactory#
ベースクラス:
object
- make_message(msg: <module 'rcrs_core.connection.RCRSProto_pb2' from '/home/runner/work/adf-core-python/adf-core-python/.venv/lib/python3.12/site-packages/rcrs_core/connection/RCRSProto_pb2.py'>) MAModuleResponse | MAExecResponse | None #