Aravis.GcString¶
- Implementations:
Aravis.GcEnumeration
,Aravis.GcStringNode
,Aravis.GcStringRegNode
Methods¶
|
|
|
Virtual Methods¶
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Aravis.GcString¶
- Bases:
- Structure:
- get_max_length()¶
- Raises:
- Returns:
the maximum length self can store, excluding the
None
terminal character.- Return type:
- get_value()¶
- Raises:
- Returns:
the string value.
- Return type:
Please note the string content is still owned by the self object, which means the returned pointer may not be still valid after a new call to this function.
- set_value(value)¶
- Parameters:
value (
str
) – new string value- Raises:
Set value as the new self value.
- do_get_max_length() virtual¶
- do_get_value() virtual¶
- Returns:
the string value.
- Return type:
Please note the string content is still owned by the gc_string object, which means the returned pointer may not be still valid after a new call to this function.