G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Devices.Device Class Referencesealed
Inheritance diagram for Regatron.G5.Api.Devices.Device:
Inheritance graph

Public Member Functions

override List< ConverterBoardGetConverterBoards ()
 Get a list of all converter boards of a device.
 
override ControllerBoard GetControllerBoard ()
 Get the controller board of a device.
 
DeviceInformation GetInformation ()
 Get a instance of DeviceInformation.
 
DeviceState GetState ()
 Get a instance of DeviceState.
 
DeviceReversePolarityProtection GetDeviceReversePolarityProtection ()
 

Properties

UInt16 DeviceId [get]
 Get the id of a device within a system.
 

Member Function Documentation

◆ GetControllerBoard()

override ControllerBoard Regatron.G5.Api.Devices.Device.GetControllerBoard ( )
inline

Get the controller board of a device.

Exceptions
G5ApiException

◆ GetConverterBoards()

override List< ConverterBoard > Regatron.G5.Api.Devices.Device.GetConverterBoards ( )
inline

Get a list of all converter boards of a device.

Exceptions
G5ApiException

◆ GetDeviceReversePolarityProtection()

DeviceReversePolarityProtection Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetDeviceReversePolarityProtection ( )
inlineinherited

◆ GetInformation()

DeviceInformation Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetInformation ( )
inlineinherited

Get a instance of DeviceInformation.

Exceptions
G5ApiException

◆ GetState()

DeviceState Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetState ( )
inlineinherited

Get a instance of DeviceState.

Exceptions
G5ApiException

Property Documentation

◆ DeviceId

UInt16 Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.DeviceId
getinherited

Get the id of a device within a system.