System.Beacon.TEddystoneUID.SetNamespace
Delphi
function SetNamespace(const Value: string): boolean;
C++
bool __fastcall SetNamespace(const System::UnicodeString Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TEddystoneUID |
Description
Tries to set the System.Beacon.TEddystoneUID.Namespace identifier into the given Value
.
SetNamespace tries to set the Namespace as a string into the given parameter. SetNamespace returns True
when it sets the value successfully, and False
otherwise.