plugin-base: new 'send-delay' property

The plugins can set this property to provide a custom value for the send delay
used for characters sent to the AT port during probing.

The value given to the property should be a guint64 specifying the delay in
microseconds.
This commit is contained in:
Aleksander Morgado
2011-09-15 20:09:07 +02:00
committed by Aleksander Morgado
parent a935cd9fb6
commit 8f95a2d78d
2 changed files with 21 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ typedef struct {
#define MM_PLUGIN_BASE_ALLOWED_VENDOR_STRINGS "allowed-vendor-strings"
#define MM_PLUGIN_BASE_ALLOWED_PRODUCT_STRINGS "allowed-product-strings"
#define MM_PLUGIN_BASE_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_BASE_SEND_DELAY "send-delay"
#define MM_PLUGIN_BASE_SORT_LAST "sort-last"
typedef struct _MMPluginBase MMPluginBase;