This method returns the RTLSLocationTypes (as defined in RTLSLocationTypeEnum and in section 8.3) the RTLS device or system supports. At least one Type must be returned. The first type that is returned (first position in the resulting array) is the default type that the RTLS device or system will use.
Signature
GetSupportedLocationTypes (
[out]LocationTypeEnumeration[]SupportedLocationTypes
);
Argument |
Description |
SupportedLocationTypes[] |
Array of supported LocationTypeEnumeration values as defined in 9.2.3. At least one Type shall be returned. |
Method Result Codes
ResultCode |
Description |
Bad_MethodInvalid |
The device does not support this function |
Bad_InvalidState |
This command is not available or not allowed e.g. due to special configuration |