The public SDK provides a basic set of methods, this is the list of the additional methods provided by the manufacturer SDK:
Method |
Description |
|---|---|
| Busmonitor mode | It is possible to open the local interface and connects to the bus using the busmonitor mode: ConnectorMode.Busmon. |
| Open local device | The method opens the local device for using device management: ConnectorMode.Local. |
| Individual Address read by programming mode | The method reads the individual addresses of the devices in programming mode KnxNetwork.ReadIndividualAddressesByProgrammingModeAsync and related methods. |
| Individual Address read by serial number | The method reads the individual address of the device with the specified serial number KnxNetwork.ReadIndividualAddressBySerialNumberAsync and related methods. |
| Individual Address write by programming mode | The method writes the individual address of the device in programming mode KnxNetwork.WriteIndividualAddressByProgrammingModeAsync. |
| Individual Address write by serial number | The method writes the individual address of the device identified by their serial number KnxNetwork.WriteIndividualAddressBySerialNumberAsync. |
| Domain Address read by programming mode | The method reads the domain address and the individual address of one or more devices in which the programming mode is active KnxNetwork.ReadDomainAddressesByProgrammingModeAsync and related methods. |
| Domain Address read by serial number | The method reads the domain address of the device with the specified serial number KnxNetwork.ReadDomainAddressBySerialNumberAsync and related methods. |
| Domain Address write by programming mode | The method writes the specified domain address to the device in programming mode KnxNetwork.WriteDomainAddressByProgrammingModeAsync. |
| Domain Address write by serial number | The method reads the domain address of the device with the specified serial number KnxNetwork.WriteDomainAddressBySerialNumberAsync. |
| Scan individual addresses | The method scans for individual addresses: KnxNetwork.ScanIndividualAddressRangeAsync / KnxNetwork.ScanIndividualAddressRangeFastAsync. |
| Read network parameter | The method performs a network parameter read KnxNetwork.ReadNetworkParameterAsync / KnxNetwork.ReadSystemNetworkParameterAsync. |
| Write network parameter | The method performs a network parameter write synchronously: KnxNetwork.WriteNetworkParameterAsync / KnxNetwork.WriteSystemNetworkParameterAsync. |
| Serial number read | The method reads the KNX serial number of devices KnxNetwork.ReadSerialNumbersAsync. |
| Write memory | The method writes data to the memory of the device: KnxDevice.WriteMemoryAsync and related methods. |
| Set access key | The method sets the access key for the provided level and returns the response level granted by the device: KnxDevice.WriteKeyAsync. |
| Write control property | The method writes property data of KNX objects of type PT_CONTROL: KnxDevice.WriteControlPropertyValueAsync. |
| Invoke function property | The method invokes a function property: KnxDevice.FunctionPropertyCommandAsync and related methods. |
| Restart | The method restarts the device: KnxDevice.RestartAsync |