Create a #MbimTlv with the same contents as self
.
Gets the whole raw data buffer of the #MbimTlv.
Gets the TLV raw data.
Gets the message type.
Get an array of #guint16 values with the contents in the #MbimTlv.
The method may return a successful return even with on empty arrays (i.e.
with array_size
set to 0 and array
set to %NULL).
Atomically increments the reference count of self
by one.
Get a string with the contents in the #MbimTlv.
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Get the contents of a wake command TLV.
The method may return a successful return even with on empty payload (i.e.
with payload_size
set to 0 and payload
set to %NULL).
Get the contents of a wake packet TLV.
Create a #MbimTlv of type %MBIM_TLV_TYPE_WCHAR_STR with the given contents.
a string.
An opaque type representing a MBIM TLV.