« Back to Product

Documentation

EIB_RequestStatus

 boolean EIB_RequestStatus (int $InstanceID) 

Parameters

InstanceID

Device ID

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends a read request for device with ID InstanceID onto the bus.

Warning

The read request is only sent for the main address.

Warning

The EIB_RequestStatus function works for EIB instances, i.e. instances with the manufacturer “KNX/EIB”. For DPT instances, i.e. instances with the manufacturer “KNX”, the function KNX_RequestStatus can be used analogously.

Example

EIB_RequestStatus(12345); //Send read request
Any questions?