getTMCPreferredSids abstract method
- TMCPreferredSidsRequest tmcPreferredSidsRequest
Called whenever there is a need to get a list of preferred SIDs for a specific area.
tmcPreferredSidsRequestSpecifies the area to request the preferred SIDs.
Returns List<int>. List of preferred SIDs.
Implementation
List<int> getTMCPreferredSids(TMCPreferredSidsRequest tmcPreferredSidsRequest);