GetProperty
virtual BString GetProperty(const char* property)=0;
virtual status_t GetProperty(const char* property, uint32* value)=0;
BString GetProperty(const char* property);
status_t GetProperty(const char* property, uint32* value);
BString GetProperty(const char* property); /* Throwing */
status_t GetProperty(const char* property, uint32* value); /* Throwing */
virtual Property* GetProperty() const = 0;
if (const Property* property = GetProperty())
return fEditorView->GetProperty();
if (const Property* p = fEditorView->GetProperty())
const Property* property = GetProperty();
Property* GetProperty() const;
const Property* property = item->GetProperty();
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
virtual Property* GetProperty() const;
Property* property = item->GetProperty();
if (GetProperty("manufacturer", &value) == B_OK
fDiscovererLocalDevice->GetProperty("role_switch_capable", &roleSwitch);
fDiscovererLocalDevice->GetProperty("packet_type", &packetType);
bool GetProperty(BMessage*, int32, const char*, BMessage*);
handled = GetProperty(&specifier, form, property, &reply);
bool GetProperty(BMessage*, int32, const char*, BMessage*);
handled = GetProperty(message, form, property, &reply);
if (bDevice->GetProperty("hci_version", &value) == B_OK)
if (bDevice->GetProperty("hci_revision", &value) == B_OK)
if (bDevice->GetProperty("lmp_version", &value) == B_OK)
if (bDevice->GetProperty("lmp_subversion", &value) == B_OK)
if (bDevice->GetProperty("manufacturer", &value) == B_OK)
if (bDevice->GetProperty("acl_mtu", &value) == B_OK)
if (bDevice->GetProperty("acl_max_pkt", &value) == B_OK)
if (bDevice->GetProperty("sco_mtu", &value) == B_OK)
if (bDevice->GetProperty("sco_max_pkt", &value) == B_OK)