rodbus (.NET API) 1.3.1
Loading...
Searching...
No Matches
rodbus.AddressRange Class Reference

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...
 

Detailed Description

Range of 16-bit addresses sent in a request from the client to the server

Constructor & Destructor Documentation

◆ AddressRange()

rodbus.AddressRange.AddressRange ( ushort  start,
ushort  count 
)
inline

Fully construct AddressRange specifying the value of each field

Parameters
startStarting address of the range
countNumber of addresses in the range

Member Function Documentation

◆ WithCount()

AddressRange rodbus.AddressRange.WithCount ( ushort  value)
inline

Number of addresses in the range

◆ WithStart()

AddressRange rodbus.AddressRange.WithStart ( ushort  value)
inline

Starting address of the range

Member Data Documentation

◆ Count

ushort rodbus.AddressRange.Count

Number of addresses in the range

◆ Start

ushort rodbus.AddressRange.Start

Starting address of the range


The documentation for this class was generated from the following file: