G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Boards.BoardState Class Reference

Public Member Functions

G5State GetState ()
 Returns the actual state of a board.
 
Boolean HasErrors ()
 Indicates if the board has errors.
 
Boolean HasWarnings ()
 Indicates if the board has warnings.
 
IList< IncidentGetIncidents ()
 Get a list of Incident objects.
 

Member Function Documentation

◆ GetIncidents()

IList< Incident > Regatron.G5.Api.Boards.BoardState.GetIncidents ( )
inline

Get a list of Incident objects.

Exceptions
G5ApiException

◆ GetState()

G5State Regatron.G5.Api.Boards.BoardState.GetState ( )
inline

Returns the actual state of a board.

Exceptions
G5ApiException

◆ HasErrors()

Boolean Regatron.G5.Api.Boards.BoardState.HasErrors ( )
inline

Indicates if the board has errors.

Exceptions
G5ApiException

◆ HasWarnings()

Boolean Regatron.G5.Api.Boards.BoardState.HasWarnings ( )
inline

Indicates if the board has warnings.

Exceptions
G5ApiException