Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: sip.h
- Revision:
- 76:9f5f99dd895a
- Parent:
- 74:81c47fff88a5
- Child:
- 77:e8c0253b57bc
--- a/sip.h Mon Nov 24 18:57:54 2014 +0000
+++ b/sip.h Tue Nov 25 17:37:56 2014 +0000
@@ -542,10 +542,11 @@
void send_unregistry_pkg( void );
/**
- * @Synopsis
+ * @Synopsis Retorna o status atual do objeto
*
- * @return
+ * @return O valor correspondente ao status do objeto
*/
- uint8_t get_status( void );
+ int get_status( void );
+ void sip_set_status( uint8_t status );
};
#endif
\ No newline at end of file
