Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetDownlinkSubframeChannelAssignments( _ ByVal channelAssignments() As SubframeChannelType _ ) |
C# | |
---|---|
public abstract void SetDownlinkSubframeChannelAssignments( SubframeChannelType[] channelAssignments ) |
C++/CLI | |
---|---|
public: abstract void SetDownlinkSubframeChannelAssignments( array<SubframeChannelType>^ channelAssignments ) |
Parameters
- channelAssignments
- subframe channel assignment vector
Subframes 0, 5, 9, 10, and 15 will be set to SubframeChannelType.Other automatically, but the other subframes may be set to either SubframeChannelType.Npdcch or SubframeChannelType.Npdsch.
When IsNtmSignal = true, subframe 19 channel type will be assumed to be SubframeChannelType.Other (NSSS).
The length of this vector must be 20.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)