Class UITPReadNumEventArgs
TPReadNum
Inherited Members
System.EventArgs.Empty
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class UITPReadNumEventArgs : UIInstructionEventArgs
Properties
TPText
The information text to be written on the display.
Declaration
public string TPText { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SendAnswer(Double)
Sends response to the UI-Instruction
Declaration
public void SendAnswer(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | Number input |