Qmi.MessageWmsSetBroadcastConfigInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWmsSetBroadcastConfigInput¶
The
Qmi.MessageWmsSetBroadcastConfigInputstructure contains private data and should only be accessed using the provided API.New in version 1.38.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWmsSetBroadcastConfigInput. The returned value should be freed withQmi.MessageWmsSetBroadcastConfigInput.unref().- Return type:
Allocates a new
Qmi.MessageWmsSetBroadcastConfigInput.New in version 1.38.
- get_channels()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_channels_ptr:
a placeholder for the output array of
Qmi.MessageWmsSetBroadcastConfigInputChannelsElementelements, orNoneif not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool, value_channels_ptr: [Qmi.MessageWmsSetBroadcastConfigInputChannelsElement])
Get the ‘Channels’ field from self.
Version of
Qmi.MessageWmsSetBroadcastConfigInput.get_channels() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.38.
- get_message_mode()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_message_mode:
a placeholder for the output
Qmi.WmsMessageMode, orNoneif not required.
- Return type:
(
bool, value_message_mode:Qmi.WmsMessageMode)
Get the ‘Message Mode’ field from self.
New in version 1.38.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.38.
- set_channels(value_channels_ptr)¶
- Parameters:
value_channels_ptr ([
Qmi.MessageWmsSetBroadcastConfigInputChannelsElement]) – array ofQmi.MessageWmsSetBroadcastConfigInputChannelsElementelements. The contents of the given array will be copied, theGLib.PtrArraywill not increase its reference count.- Raises:
- Returns:
- Return type:
Set the ‘Channels’ field in the message.
New in version 1.38.
- set_message_mode(value_message_mode)¶
- Parameters:
value_message_mode (
Qmi.WmsMessageMode) – aQmi.WmsMessageMode.- Raises:
- Returns:
- Return type:
Set the ‘Message Mode’ field in the message.
New in version 1.38.
- unref()¶
Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.
New in version 1.38.