Public Member Functions | |
| void | SetContent (uint content, long size) |
Static Public Member Functions | |
| static Linphone.Buffer | NewFromData (uint data, long size) |
| static Linphone.Buffer | NewFromString (string data) |
Properties | |
| uint | Content [get] |
| bool | IsEmpty [get] |
| long | Size [get, set] |
| string | StringContent [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
The object representing a data buffer.
|
inlinestatic |
Create a new Linphone.Buffer object from existing data.
| data | The initial data to store in the LinphoneBuffer. |
| size | The size of the initial data to store in the LinphoneBuffer. |
|
inlinestatic |
Create a new Linphone.Buffer object from a string.
| data | The initial string content of the LinphoneBuffer. |
|
inline |
Set the content of the data buffer.
| content | The content of the data buffer. |
| size | The size of the content of the data buffer. |
|
get |
Get the content of the data buffer.
|
get |
Tell whether the Linphone.Buffer is empty.
|
getset |
Get the size of the content of the data buffer.
|
getset |
Get the string content of the data buffer.