C# Class ENDA.PLCNetLib.Accessors.BoolArrayAccessor

Inheritance: ArrayAccessor
Mostrar archivo Open project: engina/PLCNetLib Class Usage Examples

Public Methods

Method Description
BoolArrayAccessor ( PLC plc, int offset ) : System
this ( int index ) : bool

Method Details

BoolArrayAccessor() public method

public BoolArrayAccessor ( PLC plc, int offset ) : System
plc PLC
offset int
return System

this() public method

public this ( int index ) : bool
index int
return bool