|
| __init__ (self, mgmt_msg) |
| Initializes a new instance with the given management message.
|
|
| get_track_no (self) |
| Gets the track number of the JSON message.
|
|
| set_track_no (self, track_no) |
| Sets the track number of the JSON message.
|
|
◆ __init__()
JsonMng.JsonMng.__init__ |
( |
| self, |
|
|
| mgmt_msg ) |
Initializes a new instance with the given management message.
- Parameters
-
mgmt_msg | The management message to initialize with. |
- Returns
- An initialized instance of JsonMng, or nil if the object could not be created.
◆ get_track_no()
JsonMng.JsonMng.get_track_no |
( |
| self | ) |
|
Gets the track number of the JSON message.
- Returns
- The track number as a string.
◆ set_track_no()
JsonMng.JsonMng.set_track_no |
( |
| self, |
|
|
| track_no ) |
Sets the track number of the JSON message.
- Parameters
-
track_no | The track number to set. |
◆ track_no
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/Json/JsonMng.py