Table of Contents

Enum CoupleState

Namespace
TwinSharp.NC
Assembly
TwinSharp.dll

Coupling state of the axis

public enum CoupleState

Fields

Master = 1

Master axis with any number of slaves (MASTER)

MasterSlave = 2

Slave axis that is the master of another another slave (MASTERSLAVE)

Single = 0

Single axis that is neither a master nor a slave (SINGLE)

Slave = 3

Just a slave axis (SLAVE)