#import <FindRoomsRequest.h>
Inherits BaseRequest.
|
|
(id) | - initWithExpr:groupId:limit: |
| |
Search Rooms in the system by matching their variables and properties against a MatchExpression
- See also
- MatchExpression
◆ requestWithExpr:groupId:limit:
| + (id) requestWithExpr: |
|
(MatchExpression *) |
expr |
| groupId: |
|
(NSString *) |
groupId |
| limit: |
|
(NSInteger) |
limit |
|
|
| |
- Parameters
-
| expr | the match expression |
| groupId | the id of the Room Group where to perform the search, if null the search will be Zone-wide (default) |
| limit | the number of results wanted. Zero means no limit, we will get all results (default) |
- See also
- [ISFSEvent onRoomFindResult:]
-
MatchExpression
-
RoomProperties