G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Incident Class Referencesealed

Properties

ushort Code [get]
 Incident error code.
 
ushort Group [get]
 Incident error group code.
 
IncidentType Type [get]
 Incident type.
 
DateTime TimeStamp [get]
 Incident time stamp.
 
bool IsClearable [get]
 Indicator if an incident is clearable.
 
bool IsBlocking [get]
 Indicator if an incident is blocking.
 

Property Documentation

◆ Code

ushort Regatron.G5.Api.Incident.Code
get

Incident error code.

◆ Group

ushort Regatron.G5.Api.Incident.Group
get

Incident error group code.

◆ IsBlocking

bool Regatron.G5.Api.Incident.IsBlocking
get

Indicator if an incident is blocking.

◆ IsClearable

bool Regatron.G5.Api.Incident.IsClearable
get

Indicator if an incident is clearable.

◆ TimeStamp

DateTime Regatron.G5.Api.Incident.TimeStamp
get

Incident time stamp.

◆ Type

IncidentType Regatron.G5.Api.Incident.Type
get

Incident type.