Wiselib
Public Member Functions | Protected Attributes
iPhoneRadioController Class Reference

#import <iPhoneRadioController.h>

List of all members.

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

AsyncSocketasyncSocket_
radio_delegate_t callback_
uint16_t radio_id_
NSString * url_
UInt16 port_

Member Function Documentation

- (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 

Member Data Documentation

- (AsyncSocket*) asyncSocket_ [protected]
- (radio_delegate_t) callback_ [protected]
- (UInt16) port_ [protected]
- (uint16_t) radio_id_ [protected]
- (NSString*) url_ [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines