| Class | Description |
|---|---|
| AdsCommand |
An ADS command symbolizes a communication that consists of sending a package
and parsing the answer package.
|
| AdsHeader |
This class represents an ADS header.
|
| AdsPacket |
The basic communication item.
|
| AdsPayload |
An ADS packet consists of a header and a payload.
|
| ControlAds | |
| ControlPayload | |
| DeviceInfoAds | |
| DeviceInfoReply | |
| EmptyPayload |
An empty payload is just that: No payload.
|
| ErrorReply |
An error code payload has just that, 4 bytes that define an error code.
|
| IndexAds | |
| IndexPayload | |
| ReadAds | |
| ReadPayload | |
| ReadReply | |
| ReadWriteAds | |
| ReadWritePayload | |
| StateAds | |
| StateReply | |
| WriteAds | |
| WritePayload |
| Enum | Description |
|---|---|
| AdsCommand.Cmd |
| Exception | Description |
|---|---|
| ReturnException |
Exception that is thrown if a return code was not zero.
|