bluetooth/btextnotifiers/inc/BTExtNotifiers.h
branchRCL_3
changeset 25 99439b07e980
parent 0 29b1cd4cb562
equal deleted inserted replaced
24:e9b924a62a66 25:99439b07e980
   126 				   
   126 				   
   127 	IMPORT_C const TBTDevAddr& RemoteDeviceAddress() const;
   127 	IMPORT_C const TBTDevAddr& RemoteDeviceAddress() const;
   128 	IMPORT_C TBool UplinkAccessAllowed() const;
   128 	IMPORT_C TBool UplinkAccessAllowed() const;
   129 	IMPORT_C TBool IsValid() const;
   129 	IMPORT_C TBool IsValid() const;
   130 	
   130 	
   131 	// Non-exported constructor.  Allows creation of default NULL instance
   131 	// Allows creation of default NULL instance
   132 	TPanConnection();
   132 	IMPORT_C TPanConnection();
   133 	
   133 	
   134 private:
   134 private:
   135 	TBTDevAddr iRemoteDeviceAddress;
   135 	TBTDevAddr iRemoteDeviceAddress;
   136 	TBool iUplinkAccessAllowed;
   136 	TBool iUplinkAccessAllowed;
   137 
   137