|
bool | AddBinaryInput (ushort index, EventClass pointClass, BinaryInputConfig config) |
| Add a new BinaryInput point More...
|
|
bool | RemoveBinaryInput (ushort index) |
| Remove a BinaryInput point More...
|
|
bool | UpdateBinaryInput (BinaryInput value, UpdateOptions options) |
| Update a BinaryInput point More...
|
|
BinaryInput | GetBinaryInput (ushort index) |
| Get a BinaryInput point More...
|
|
bool | AddDoubleBitBinaryInput (ushort index, EventClass pointClass, DoubleBitBinaryInputConfig config) |
| Add a new Double-Bit Binary Input point More...
|
|
bool | RemoveDoubleBitBinaryInput (ushort index) |
| Remove a Double-Bit Binary Input point More...
|
|
bool | UpdateDoubleBitBinaryInput (DoubleBitBinaryInput value, UpdateOptions options) |
| Update a Double-Bit Binary Input point More...
|
|
DoubleBitBinaryInput | GetDoubleBitBinaryInput (ushort index) |
| Get a Double-Bit Binary Input point More...
|
|
bool | AddBinaryOutputStatus (ushort index, EventClass pointClass, BinaryOutputStatusConfig config) |
| Add a new Binary Output Status point More...
|
|
bool | RemoveBinaryOutputStatus (ushort index) |
| Remove a Binary Output Status point More...
|
|
bool | UpdateBinaryOutputStatus (BinaryOutputStatus value, UpdateOptions options) |
| Update a Binary Output Status point More...
|
|
BinaryOutputStatus | GetBinaryOutputStatus (ushort index) |
| Get a Binary Output Status point More...
|
|
bool | AddCounter (ushort index, EventClass pointClass, CounterConfig config) |
| Add a new Counter point More...
|
|
bool | RemoveCounter (ushort index) |
| Remove a Counter point More...
|
|
bool | UpdateCounter (Counter value, UpdateOptions options) |
| Update a Counter point More...
|
|
Counter | GetCounter (ushort index) |
| Get a Counter point More...
|
|
bool | AddFrozenCounter (ushort index, EventClass pointClass, FrozenCounterConfig config) |
| Add a new Frozen Counter point More...
|
|
bool | RemoveFrozenCounter (ushort index) |
| Remove a Frozen Counter point More...
|
|
bool | UpdateFrozenCounter (FrozenCounter value, UpdateOptions options) |
| Update an Frozen Counter point More...
|
|
FrozenCounter | GetFrozenCounter (ushort index) |
| Get a Frozen Counter point More...
|
|
bool | AddAnalogInput (ushort index, EventClass pointClass, AnalogInputConfig config) |
| Add a new AnalogInput point More...
|
|
bool | RemoveAnalogInput (ushort index) |
| Remove an AnalogInput point More...
|
|
bool | UpdateAnalogInput (AnalogInput value, UpdateOptions options) |
| Update a AnalogInput point More...
|
|
AnalogInput | GetAnalogInput (ushort index) |
| Get a AnalogInput point More...
|
|
bool | AddAnalogOutputStatus (ushort index, EventClass pointClass, AnalogOutputStatusConfig config) |
| Add a new Analog Output Status point More...
|
|
bool | RemoveAnalogOutputStatus (ushort index) |
| Remove an Analog Output Status point More...
|
|
bool | UpdateAnalogOutputStatus (AnalogOutputStatus value, UpdateOptions options) |
| Update a Analog Output Status point More...
|
|
AnalogOutputStatus | GetAnalogOutputStatus (ushort index) |
| Get a Analog Output Status point More...
|
|
bool | AddOctetString (ushort index, EventClass pointClass) |
| Add a new Octet String point More...
|
|
bool | RemoveOctetString (ushort index) |
| Remove an Octet String point More...
|
|
bool | UpdateOctetString (ushort index, System.Collections.Generic.ICollection< byte > value, UpdateOptions options) |
| Update an Octet String point More...
|
|
Internal database access
Warning: This object is only valid within a transaction