mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
Few improvments
This commit is contained in:
parent
a8410b1b6a
commit
87301827bd
4 changed files with 12 additions and 10 deletions
|
@ -57,26 +57,27 @@ namespace adapters;
|
|||
*/
|
||||
public static function meta_datas_fields(): array;
|
||||
|
||||
/**
|
||||
* Does the implemented service support reading smss.
|
||||
*/
|
||||
public static function meta_support_read(): bool;
|
||||
|
||||
/**
|
||||
* Does the implemented service support flash smss.
|
||||
*/
|
||||
public static function meta_support_flash(): bool;
|
||||
|
||||
/**
|
||||
* Does the implemented service support status change callback.
|
||||
* Does the implemented service support reading smss.
|
||||
*/
|
||||
public static function meta_support_status_change(): bool;
|
||||
public static function meta_support_read(): bool;
|
||||
|
||||
/**
|
||||
* Does the implemented service support reception callback.
|
||||
*/
|
||||
public static function meta_support_reception(): bool;
|
||||
|
||||
|
||||
/**
|
||||
* Does the implemented service support status change callback.
|
||||
*/
|
||||
public static function meta_support_status_change(): bool;
|
||||
|
||||
/**
|
||||
* Method called to send a SMS to a number.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue