Public enum UniDI0: int
{
Safety grating=0,
Magnetic sensors on the collecting plate cylinder=1,
Collecting plate vacuum negative pressure table=2,
}
//or written
Public enum UniDI0: short
{
Safety grating=0,
Magnetic sensors on the collecting plate cylinder=1,
Collecting plate vacuum negative pressure table=2,
}