Class MainComputerServiceInfo
Contains service information about the main computer of Controller. Not used for Virtual Controller.
Implements
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MainComputerServiceInfo : ServiceInfo, IDeserializationCallback
Constructors
View SourceMainComputerServiceInfo()
Initializes a new computer service info object.
Declaration
public MainComputerServiceInfo()
Properties
View SourceBoardType
Gets/Sets the board type.
Declaration
public string BoardType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CpuInfo
Gets/Sets the Cpu info.
Declaration
public string CpuInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Empty
Gets the single empty instance.
Declaration
public static MainComputerServiceInfo Empty { get; }
Property Value
| Type | Description |
|---|---|
| MainComputerServiceInfo |
RamSize
Gets/Sets the size of RAM in Mega Bytes.
Declaration
public int RamSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Temperature
Gets/Sets the temperature.
Declaration
public float Temperature { get; set; }
Property Value
| Type | Description |
|---|---|
| float |