iotcs.messaging.client.client module¶
-
class
iotcs.messaging.client.client.ExternalObject(uri)¶ Bases:
objectExternalObject represents the value of a URI type in a device model.
The application is responsible for uploading/downloading the content referred to by the URI.
Create an ExternalObject.
Parameters: uri – The URI -
getURI()¶ Get the URI value.
Returns: the URI
-