Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetPdcchAllocation( _ ByVal subframe As Integer, _ ByVal numberOfSymbols As Integer _ ) |
C# | |
---|---|
public abstract void SetPdcchAllocation( int subframe, int numberOfSymbols ) |
C++/CLI | |
---|---|
public: abstract void SetPdcchAllocation( int subframe, int numberOfSymbols ) |
Parameters
- subframe
- The subframe number (range 0 to 9) whose number of allocated PDCCH symbols is being set.
- numberOfSymbols
- The number of allocated PDCCH symbols for the specified subframe.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)