Specifies which slots are allocated to a downlink user.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Sub SetAllocatedSlots( _
ByVal bitmap() As Boolean _
) |
C# | |
---|
public abstract void SetAllocatedSlots(
bool[] bitmap
) |
Parameters
- bitmap
- A 40 element vector of booleans where the index indicates the slot and the value indicates whether the slot is allocated to this user.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also