peek_supported_storages


Description:

[ Version ( since = "1.0" ) ]
public bool peek_supported_storages (out SmsStorage storages, out uint n_storages)

Gets the list of SMS storages supported by the Modem.

Parameters:

this

A Modem.

storages

Return location for the array of SmsStorage values. Do not free the returned array, it is owned by this.

n_storages

Return location for the number of values in storages.

Returns:

true if storages and n_storages are set, false otherwise.