necst_msgs.srv.File Reference

necst_msgs.srv.File

Data type for transferring file contents.

Fields

Example

>>> from necst_msgs.srv import File
>>> msg = File.Request(data=path.read_text(), path=str(path))
>>> response = File.Response(success=True)

Raw definitions

string data
string path
---
bool success

Home