Readonly
ConnectionReadonly
GroupsContains a list of groups. The index of each group corresponds to the group ID.
Readonly
groupAdds a handler that will be called if a new group is added to the KLF-200 interface or a group has been changed.
Event handler that is called if a new group is added or a group has been changed.
The event handler can be removed by using the dispose method of the returned object.
Adds a handler that will be called if a group is removed from the KLF-200 interface.
Event handler that is called if a group is removed.
The event handler can be removed by using the dispose method of the returned object.
Static
createCreates a new instance of the Groups class. During the initialization phase of the class a list of all groups will be retrieved from the KLF-200 interface and stored at the Groups array.
Additionally, some notification handlers will be instantiated to watch for changes to the groups.
The connection object that handles the communication to the KLF interface.
Optional
groupType: GroupType = GroupType.UserGroupThe group type for which the groups should be read. Default is GroupType.UserGroup.
Resolves to a new instance of the Groups class.
The Groups class represent all groups defined in the KLF-200.
Groups