diff options
author | Aleksander Morgado <aleksander@gnu.org> | 2011-09-15 20:09:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 8f95a2d78d0f7d94597699095838d69b6f3b50d1 (patch) | |
tree | 4ce50ddf0438db9d800ebec737e8d4591e139b03 /src/mm-plugin-base.h | |
parent | a935cd9fb68df10c3b824251a3335e02ba40c322 (diff) |
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.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index 055af991..66f288f0 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -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; |