Class MainComputerServiceInfo
Contains service information about the main computer of Controller. Not used for Virtual Controller.
Implements
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MainComputerServiceInfo : ServiceInfo, IDeserializationCallback
Constructors
MainComputerServiceInfo()
Initializes a new computer service info object.
Declaration
public MainComputerServiceInfo()
Properties
BoardType
Gets/Sets the board type.
Declaration
public string BoardType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CpuInfo
Gets/Sets the Cpu info.
Declaration
public string CpuInfo { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Int32 |
Temperature
Gets/Sets the temperature.
Declaration
public float Temperature { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.Runtime.Serialization.IDeserializationCallback