OutputConfigurationSetOutputMode Method |
Set the output mode
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetOutputMode(
uint outputMode
)
Public Sub SetOutputMode (
outputMode As UInteger
)
public:
void SetOutputMode(
unsigned int outputMode
)
member SetOutputMode :
outputMode : uint32 -> unit
Parameters
- outputMode
- Type: SystemUInt32
0 = real time, 1 = wait for OK, 2 = wait for host command
See Also