Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
<OOBeaconEntity> Protocol Reference

#include <Entity.h>

+ Inheritance diagram for <OOBeaconEntity>:

Instance Methods

(NSComparisonResult) - compareBeaconCodeWith:
 
(NSString *) - beaconCode
 
(void) - setBeaconCode:
 
(NSString *) - beaconLabel
 
(void) - setBeaconLabel:
 
(BOOL) - isBeacon
 
(id< OOHUDBeaconIcon >) - beaconDrawable
 
(Entity< OOBeaconEntity > *) - prevBeacon
 
(Entity< OOBeaconEntity > *) - nextBeacon
 
(void) - setPrevBeacon:
 
(void) - setNextBeacon:
 
(BOOL) - isJammingScanning
 

Detailed Description

Definition at line 304 of file Entity.h.

Method Documentation

◆ beaconCode

- (NSString *) beaconCode

◆ beaconDrawable

- (id< OOHUDBeaconIcon >) beaconDrawable

◆ beaconLabel

- (NSString *) beaconLabel

◆ compareBeaconCodeWith:

- (NSComparisonResult) compareBeaconCodeWith: (Entity< OOBeaconEntity > *) other

◆ isBeacon

- (BOOL) isBeacon

◆ isJammingScanning

- (BOOL) isJammingScanning

◆ nextBeacon

- (Entity< OOBeaconEntity > *) nextBeacon

◆ prevBeacon

- (Entity< OOBeaconEntity > *) prevBeacon

◆ setBeaconCode:

- (void) setBeaconCode: (NSString *) bcode

◆ setBeaconLabel:

- (void) setBeaconLabel: (NSString *) blabel

◆ setNextBeacon:

- (void) setNextBeacon: (Entity< OOBeaconEntity > *) beaconShip

◆ setPrevBeacon:

- (void) setPrevBeacon: (Entity< OOBeaconEntity > *) beaconShip

The documentation for this protocol was generated from the following file: