|
ElectroServer 5 Client: Cocoa-Touch
|
This class represents a room on the server. More...
Instance Methods | |
| (EsRoomVariable *) | - roomVariableByName: |
| Gets a RoomVariable object by name. More... | |
| (NSArray *) | - users |
| Gets the list of Users in this room. More... | |
| (NSArray *) | - roomVariables |
| Gets the list of RoomVariable objects. More... | |
Properties | |
| int | roomId |
| The id of the room. More... | |
| NSString * | name |
| The name of the room. More... | |
| int | zoneId |
| The id of the zone this room belongs to. More... | |
| BOOL | hasPassword |
| True if the room is password protected. More... | |
| NSString * | roomDescription |
| The room description. More... | |
| int | capacity |
| Allowable capacitory for the room. More... | |
| BOOL | isHidden |
| True if the room is hidden. More... | |
| NSString * | password |
| The password for this room, if any. More... | |
| BOOL | isJoined |
| True if you belong to this room. More... | |
| int | userCount |
| Number of users in this room. More... | |
This class represents a room on the server.
It stores a list of users in the room, room variables, and many other room properties.
| - (EsRoomVariable *) roomVariableByName: | (NSString*) | name |
Gets a RoomVariable object by name.
| Name | of the variable to find. |
| - (NSArray *) roomVariables |
Gets the list of RoomVariable objects.
| - (NSArray *) users |
Gets the list of Users in this room.
|
readatomicassign |
Allowable capacitory for the room.
|
readatomicassign |
True if the room is password protected.
|
readatomicassign |
True if the room is hidden.
|
readatomicassign |
True if you belong to this room.
|
readatomicretain |
The name of the room.
|
readatomicretain |
The password for this room, if any.
|
readatomicretain |
The room description.
|
readatomicassign |
The id of the room.
|
readatomicassign |
Number of users in this room.
|
readatomicassign |
The id of the zone this room belongs to.