|
dnp3
0.9.0
|
Internal database access More...
Public Member Functions | |
| bool | AddBinary (ushort index, EventClass pointClass, BinaryConfig config) |
| Add a new Binary Input point More... | |
| bool | RemoveBinary (ushort index) |
| Remove a Binary Input point More... | |
| bool | UpdateBinary (Binary value, UpdateOptions options) |
| Update a Binary Input point More... | |
| Binary | GetBinary (ushort index) |
| Get a Binary Input point More... | |
| bool | AddDoubleBitBinary (ushort index, EventClass pointClass, DoubleBitBinaryConfig config) |
| Add a new Double-Bit Binary Input point More... | |
| bool | RemoveDoubleBitBinary (ushort index) |
| Remove a Double-Bit Binary Input point More... | |
| bool | UpdateDoubleBitBinary (DoubleBitBinary value, UpdateOptions options) |
| Update a Double-Bit Binary Input point More... | |
| DoubleBitBinary | GetDoubleBitBinary (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 | AddAnalog (ushort index, EventClass pointClass, AnalogConfig config) |
| Add a new Analog point More... | |
| bool | RemoveAnalog (ushort index) |
| Remove an Analog point More... | |
| bool | UpdateAnalog (Analog value, UpdateOptions options) |
| Update a Analog point More... | |
| Analog | GetAnalog (ushort index) |
| Get a Analog 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 the transaction.
|
inline |
Add a new Analog point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Analog Output Status point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Binary Input point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Binary Output Status point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Counter point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Double-Bit Binary Input point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Frozen Counter point
| index | Index of the point |
| pointClass | Event class |
| config | Configuration |
|
inline |
Add a new Octet String point
| index | Index of the point |
| pointClass | Event class |
|
inline |
Get a Analog point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Analog Output Status point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Binary Input point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Binary Output Status point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Counter point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Double-Bit Binary Input point
| index | Index of the point to get |
| ParamException |
|
inline |
Get a Frozen Counter point
| index | Index of the point to get |
| ParamException |
|
inline |
Remove an Analog point
| index | Index of the point |
|
inline |
Remove an Analog Output Status point
| index | Index of the point |
|
inline |
Remove a Binary Input point
| index | Index of the point |
|
inline |
Remove a Binary Output Status point
| index | Index of the point |
|
inline |
Remove a Counter point
| index | Index of the point |
|
inline |
Remove a Double-Bit Binary Input point
| index | Index of the point |
|
inline |
Remove a Frozen Counter point
| index | Index of the point |
|
inline |
Remove an Octet String point
| index | Index of the point |
|
inline |
Update a Analog point
| value | New value of the point |
| options | Update options |
|
inline |
Update a Analog Output Status point
| value | New value of the point |
| options | Update options |
|
inline |
Update a Binary Input point
| value | New value of the point |
| options | Update options |
|
inline |
Update a Binary Output Status point
| value | New value of the point |
| options | Update options |
|
inline |
Update a Counter point
| value | New value of the point |
| options | Update options |
|
inline |
Update a Double-Bit Binary Input point
| value | New value of the point |
| options | Update options |
|
inline |
Update an Frozen Counter point
| value | New value of the point |
| options | Update options |
|
inline |
Update an Octet String point
| index | Index of the octet string |
| value | New value of the point |
| options | Update options |
1.8.16