Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SynchronizationType As SynchronizationTypeSelection |
C# | |
---|---|
public abstract SynchronizationTypeSelection SynchronizationType {get; set;} |
C++/CLI | |
---|---|
public: abstract property SynchronizationTypeSelection SynchronizationType { SynchronizationTypeSelection get(); void set ( SynchronizationTypeSelection value); } |
Property Value
The default value is SynchronizationTypeSelection.Npss for Downlink and SynchronizationTypeSelection.RS or SynchronizationTypeSelection.Nprach for Uplink.For downlink, NPSS and NRS synchronization types are available. For uplink, the channel available for synchronization depends on whether Npusch or Nprach is present (active).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)