|
virtual uint8_t * | data () const =0 |
| Returns the start of the byte array. More...
|
|
virtual void | setData (uint8_t *data)=0 |
| Sets the start of the byte array. More...
|
|
virtual int32_t | size () const =0 |
| Returns the number of bytes in the array. More...
|
|
virtual void | setSize (int32_t dataSize)=0 |
| Sets the number of bytes in the array. More...
|
|
virtual const char * | name () const =0 |
| Returns the parameter name. More...
|
|
virtual void | setName (const char *name)=0 |
| Sets the parameter name. More...
|
|
virtual ParamType::Enum | type () const =0 |
| Returns the parameter type. More...
|
|
virtual int32_t | retain () const =0 |
| Retains the instance. More...
|
|
virtual int32_t | release () const =0 |
| Releases the instance. More...
|
|
virtual int32_t | retainCount () const =0 |
| Returns the current reference count. More...
|
|
The parameter represents a byte array (buffer).