copy_profile_specific_ext
Description:
[
Version ( since =
"1.10" ) ]
public bool copy_profile_specific_ext (
out uint8[] data)
The profile-specific extension data is copied into a new allocated memory area data.
This must be freed with g_free after usage.
Parameters:
| this |
a valid SR or RR Packet
|
| data |
result profile-specific data
|
| len |
length of the profile-specific extension data
|
Returns:
|
true if there was valid data.
|