Interface IRadioGroup
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IRadioGroup : IRadioGroupInfo
- Inherited Members
Properties
DispatchCallsign
The callsign of the dispatch center associated with the radio group. Units will use this callsign to talk to the dispatch center.
string? DispatchCallsign { get; set; }
Property Value
IsExternalCallGroup
Indicates whether the radio group is the "first call" radio group for external units. Only one is allowed per dispatch center.
bool IsExternalCallGroup { get; set; }