Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SetAllocatedSlotIndexes( _ ByVal startSlotIndex As Integer, _ ByVal slotCount As Integer _ ) |
C# | |
---|---|
public abstract void SetAllocatedSlotIndexes( int startSlotIndex, int slotCount ) |
C++/CLI | |
---|---|
public: abstract void SetAllocatedSlotIndexes( int startSlotIndex, int slotCount ) |
Parameters
- startSlotIndex
- The first zero-based slot index allocated to this physical signal.
- slotCount
- The number of contiguous slots to allocate to this physical signal.
This method allows a single contiguous allocation of slots to be defined. If a more complex or non-contiguous allocation use SetAllocatedSlotIndexes(Int32[],Int32[]). Inspect the results of GetAllocatedSlotIndexes to see the current set of slot indexes allocated to this physical signal.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)