RuntimeDataObjectUtil¶
-
class
kanzi::connect::RuntimeDataObjectUtil¶ conveniency class for external language (android java) bindings.
Public Static Functions
Externalize runtime data object to JSON string.
- Return
JSON representation of the object.
- Parameters
object: the object to externalize.
Gets specific child boolean.
- Parameters
parent: the parent whom child is to be retrieved.name: the name
Gets specific child integer.
- Parameters
parent: the parent whom child is to be retrieved.name: the name
Gets specific list object.
- Parameters
parent: the parent whom child is to be retrieved.name: the name
Gets specific real(float) value.
- Parameters
parent: the parent whom child is to be retrieved.name: the name
Gets specific string type of child.
- Return
shared pointer to client or empty pointer.
- Parameters
parent: the parent whom child is to be retrieved.name: the name of the client to retrieve.