mirror of https://github.com/ARMmbed/mbed-os.git
Copy edit CellularInformation.h
Copy edit file for parallelism and active voice.pull/7874/head
parent
2b9f670488
commit
cc3eda9b9d
|
@ -44,7 +44,7 @@ public:
|
||||||
* @param buf manufacturer identification
|
* @param buf manufacturer identification
|
||||||
* @param buf_size max length of manufacturer identification is 2048 characters
|
* @param buf_size max length of manufacturer identification is 2048 characters
|
||||||
* @return NSAPI_ERROR_OK on success
|
* @return NSAPI_ERROR_OK on success
|
||||||
* NSAPI_ERROR_DEVICE_ERROR on case of failure
|
* NSAPI_ERROR_DEVICE_ERROR on failure
|
||||||
*/
|
*/
|
||||||
virtual nsapi_size_or_error_t get_manufacturer(char *buf, size_t buf_size) = 0;
|
virtual nsapi_size_or_error_t get_manufacturer(char *buf, size_t buf_size) = 0;
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ public:
|
||||||
* @param buf model identification
|
* @param buf model identification
|
||||||
* @param buf_size max length of model identification is 2048 characters
|
* @param buf_size max length of model identification is 2048 characters
|
||||||
* @return NSAPI_ERROR_OK on success
|
* @return NSAPI_ERROR_OK on success
|
||||||
* NSAPI_ERROR_DEVICE_ERROR on case of failure
|
* NSAPI_ERROR_DEVICE_ERROR on failure
|
||||||
*/
|
*/
|
||||||
virtual nsapi_size_or_error_t get_model(char *buf, size_t buf_size) = 0;
|
virtual nsapi_size_or_error_t get_model(char *buf, size_t buf_size) = 0;
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ public:
|
||||||
* @param buf revision identification
|
* @param buf revision identification
|
||||||
* @param buf_size max length of revision identification is 2048 characters
|
* @param buf_size max length of revision identification is 2048 characters
|
||||||
* @return NSAPI_ERROR_OK on success
|
* @return NSAPI_ERROR_OK on success
|
||||||
* NSAPI_ERROR_DEVICE_ERROR on case of failure
|
* NSAPI_ERROR_DEVICE_ERROR on failure
|
||||||
*/
|
*/
|
||||||
virtual nsapi_size_or_error_t get_revision(char *buf, size_t buf_size) = 0;
|
virtual nsapi_size_or_error_t get_revision(char *buf, size_t buf_size) = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue