Interface IStatusDataGroup
Assembly: FixAntenna.AdminTool.dll
Syntax
public interface IStatusDataGroup
Properties
BackupState
Declaration
BackupState? BackupState { get; set; }
Property Value
InSeqNum
Declaration
long? InSeqNum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
OutQueueSize
Declaration
long? OutQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
OutSeqNum
Declaration
long? OutSeqNum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusGroup
Declaration
StatusGroup StatusGroup { get; set; }
Property Value