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: ConnectBusmon. |
Open local device | The method opens the local device for using device management: OpenLocalDevice. |
Individual Address read by programming mode | The method reads the individual addresses of the devices in programming mode synchronously or asynchronously: IndividualAddressesReadByProgMode and BeginIndividualAddressesReadByProgMode |
Individual Address read by serial number | The method reads the individual address of the device with the specified serial number synchronously or asynchronously: IndividualAddressReadBySerialNumber and IndividualAddressReadBySerialNumber |
Individual Address write by programming mode | The method writes the individual address of the device in programming mode synchronously or asynchronously: IndividualAddressWriteByProgMode and BeginIndividualAddressWriteByProgMode |
Individual Address write by serial number | The method writes the individual address of the device identified by their serial number synchronously or asynchronously: IndividualAddressWriteBySerialNumber and BeginIndividualAddressWriteBySerialNumber |
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 synchronously or asynchronously: DomainAddressReadByProgMode and BeginDomainAddressReadByProgMode |
Domain Address read by serial number | The method reads the domain address of the device with the specified serial number synchronously or asynchronously: DomainAddressReadBySerialNumber and BeginDomainAddressReadBySerialNumber |
Domain Address write by programming mode | The method writes the specified domain address to the device in programming mode synchronously or asynchronously: DomainAddressWriteByProgMode and BeginDomainAddressWriteByProgMode |
Domain Address write by serial number | The method reads the domain address of the device with the specified serial number synchronously or asynchronously: DomainAddressWriteBySerialNumber and BeginDomainAddressWriteBySerialNumber |
Domain Address scan using Powerline | The method checks if the given domain address is not used by devices within the individual reach of powerline media synchronously or asynchronously: DomainAddressScan and BeginDomainAddressScan |
Domain Address scan using RF | The method scans for the presence of any devices in RF lines with domain address that lies within a given range synchronously or asynchronously: DomainAddressScan2 and BeginDomainAddressScan2 |
Scan lines using Twisted Pair, Powerline and RF | The method scans the specified Twisted Pair (Powerline, RF) line(s) synchronously or asynchronously, e.g. for scanning TP lines use: ScanTpLines and BeginScanTpLines |
Read network parameter | The method performs a network parameter read synchronously or asynchronously: NetworkParameterRead, BeginNetworkParameterRead, NetworkParameterReadSingle, and BeginNetworkParameterReadSingle |
Write network parameter | The method performs a network parameter write synchronously: NetworkParameterWrite. |
Serial number read | The method reads the KNX serial number of devices using a (system) network parameter read synchronously or asynchronously: SerialNumberRead and BeginSerialNumberRead |
Write memory | The method writes data to the memory of the device: WriteMemory |
Write user memory | The method writes data to the user memory of the device: WriteUserMemory |
Write Line Coupler slave memory | The method writes data to the line coupler slave memory of the device: WriteLineCouplerSlaveMemory |
Write routing table memory | The method writes data to the routing table memory of the device: WriteRoutingTableMemory |
Set access key | The method sets the access key for the provided level and returns the response level granted by the device: SetAccessKey |
Write control property | The method writes property data of KNX objects of type PT_CONTROL: WriteControlProperty |
Invoke function property | The method invokes a function property: InvokeFunctionProperty |
Restart | The method restarts the device: Restart |