SDK base class.
More...
SDK base class.
- Warning
- In the NvsObject class, all public APIs are used in the UI thread! ! !
Object com.meicam.sdk.NvsObject.getAttachment |
( |
String |
key | ) |
|
|
inline |
Gets an attachment to NvsObject.
- Parameters
-
key | the key that has been added attachment. |
- Returns
- Returns the attachment corresponding to the key.
- Since
- 1.11.1
- See also
- setAttachment
long com.meicam.sdk.NvsObject.getInternalObject |
( |
| ) |
|
|
inlineprotected |
void com.meicam.sdk.NvsObject.setAttachment |
( |
String |
key, |
|
|
Object |
value |
|
) |
| |
|
inline |
Adds additional data to the NvsObject object to identify the NvsObject object or for other purpose.
- Parameters
-
key | The key of the attachment to be added |
value | Attachment to be added |
- Since
- 1.11.1
- See also
- getAttachment
void com.meicam.sdk.NvsObject.setInternalObject |
( |
long |
internalObject | ) |
|
|
inlineprotected |
long com.meicam.sdk.NvsObject.m_internalObject = 0 |
|
protected |
The documentation for this class was generated from the following file: