Interface ISlots
- Namespace
- SunSharp
- Assembly
- SunSharp.dll
public interface ISlots
Properties
this[int]
Get a reference to a slot. There are 16 slots, so index must be in range 0-15.
ISlot this[int i] { get; }
Parameters
iint
Property Value
Exceptions
- ArgumentOutOfRangeException
Methods
TryOpenNewSlot(out ISlot?)
Try to get and open a new slot.
bool TryOpenNewSlot(out ISlot? slot)
Parameters
slotISlot
Returns
- bool
false if failed to find an unused slot.