| Field |
Type |
Description |
| idFunctionBind |
EWDBid |
DB ID of the function bind mechanism. |
| idDevice |
EWDBid |
DB ID of the device to which a given functionality is bound. |
| tOn |
double |
Start of the time interval for which the functionality exists for the given device. |
| tOff |
double |
End of the time interval for which the functionality exists for the given device. |
| idFunction |
EWDBid |
DB ID of the Function bound to the device. |
| szFunctionName |
char[] |
Name of the function type of the function identified by idFunction. |
| bOverridable |
int |
Flag indicating whether the function is an overridable default for the device. Devices can be derived from other devices, and the derived devices inherit the functional properties of the inheritees. This flag indicates if this is a property of the inheritee that should be overriden by the derived device. |
| pFunction |
void * |
Pointer to the actual Function that is being bound by this FunctionBind. |