Wiselib
|
#import <iPhoneRadioController.h>
Public Member Functions | |
(int) | - enable |
(int) | - disable |
(int) | - sendTo:withData:withLenght: |
(void) | - registerReceiver: |
(void) | - fireDelegateWithData:lenght:from: |
(node_id_t) | - getRadioId |
(void) | - setUrl:andPort: |
Protected Attributes | |
AsyncSocket * | asyncSocket_ |
radio_delegate_t | callback_ |
uint16_t | radio_id_ |
NSString * | url_ |
UInt16 | port_ |
- (int) disable | (void) |
- (int) enable | (void) |
- (void) fireDelegateWithData: | (const uint8_t*) | aBuffer | |
lenght: | (size_t) | len | |
from: | (node_id_t) | aFrom | |
- (node_id_t) getRadioId |
- (void) registerReceiver: | (radio_delegate_t) | callback |
- (int) sendTo: | (node_id_t) | dest_id | |
withData: | (block_data_t*) | data | |
withLenght: | (size_t) | len | |
- (void) setUrl: | (NSString *) | url | |
andPort: | (UInt16) | port | |
- (AsyncSocket*) asyncSocket_ [protected] |
- (radio_delegate_t) callback_ [protected] |
- (UInt16) port_ [protected] |
- (uint16_t) radio_id_ [protected] |
- (NSString*) url_ [protected] |