FMIceLinkConnectionCollection Class Reference
| Inherits from | FMIceLinkCollection : NSObject |
|---|---|
| Conforms to | * FMIceLinkConnection FMIceLinkConnectionCollection |
| Declared in | FMIceLinkConnectionCollection.h FMIceLinkConnectionCollection.m |
– addSuccess:
Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkConnection *)valueParameters
value |
The value. |
|---|
Discussion
Invoked when an element is added to the collection.
Declared In
FMIceLinkConnectionCollection.h
– arrayFromList:
Creates an array from a list.
- (NSMutableArray *)arrayFromList:(NSMutableArray *)listParameters
list |
The list. |
|---|
Discussion
Creates an array from a list.
Declared In
FMIceLinkConnectionCollection.h
– createCollection
Creates a collection.
- (FMIceLinkConnectionCollection *)createCollectionDiscussion
Creates a collection.
Declared In
FMIceLinkConnectionCollection.h
– getById:
Gets a connection by ID.
- (FMIceLinkConnection *)getById:(NSString *)idValueParameters
idValue |
The identifier. |
|---|
Return Value
The connection, or null if the connection does not exist.
Discussion
Gets a connection by ID.
Declared In
FMIceLinkConnectionCollection.h
– removeSuccess:
Invoked when an element is removed from the collection.
- (void)removeSuccess:(FMIceLinkConnection *)valueParameters
value |
The value. |
|---|
Discussion
Invoked when an element is removed from the collection.
Declared In
FMIceLinkConnectionCollection.h
– tryGetById:connection:
Tries to get a connection by ID.
- (bool)tryGetById:(NSString *)idValue connection:(FMIceLinkConnection **)connectionParameters
idValue |
The identifier. |
|---|---|
connection |
The connection. |
Return Value
The connection, or null if the connection does not exist.
Discussion
Tries to get a connection by ID.
Declared In
FMIceLinkConnectionCollection.h