Constructors
Methods
Static
getGroupName
- getGroupName(fabric, endpointId, groupId): undefined | string
Returns undefined | string
Static
getGroups
- getGroups(fabric, endpointId): Map<GroupId, string>
Parameters
- fabric: Fabric
- endpointId: number
Returns Map<GroupId, string>
Static
hasGroup
- hasGroup(fabric, endpointId, groupId): boolean
Returns boolean
Static
removeAllGroups
- removeAllGroups(fabric, endpointId): Promise<void>
Parameters
- fabric: Fabric
- endpointId: number
Returns Promise<void>
Static
removeGroup
- removeGroup(fabric, endpointId, groupId): Promise<boolean>
Returns Promise<boolean>
Static
setGroup
- setGroup(fabric, endpointId, groupId, groupName): Promise<void>
Parameters
- fabric: Fabric
- endpointId: number
- groupId: GroupId
- groupName: string
Returns Promise<void>