![]() |
rodbus (.NET API) 1.3.1
|
Range of 16-bit addresses sent in a request from the client to the server More...
Public Member Functions | |
| AddressRange | WithStart (ushort value) |
| Starting address of the range More... | |
| AddressRange | WithCount (ushort value) |
| Number of addresses in the range More... | |
| AddressRange (ushort start, ushort count) | |
| Fully construct AddressRange specifying the value of each field More... | |
Public Attributes | |
| ushort | Start |
| Starting address of the range More... | |
| ushort | Count |
| Number of addresses in the range More... | |
Range of 16-bit addresses sent in a request from the client to the server
|
inline |
Fully construct AddressRange specifying the value of each field
| start | Starting address of the range |
| count | Number of addresses in the range |
|
inline |
Number of addresses in the range
|
inline |
Starting address of the range
| ushort rodbus.AddressRange.Count |
Number of addresses in the range
| ushort rodbus.AddressRange.Start |
Starting address of the range