Class: ExternalObject

iotcs.ExternalObject(uri)

new ExternalObject(uri)

ExternalObject 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.
Parameters:
Name Type Description
uri string The URI.

Methods

(static) getURI() → {string}

Get the URI value.
Returns:
The external object's URI.
Type
string

Home