SetOutputDeviceIO
This method is used to send bitmap data to a connected device. The data configuration must have been set within the DeviceIOs.
🔁 Function
void SetOutputDeviceIO(
equipment: object,
property: string,
value: object
);
⚙️ Parameters
Name | Type | Description |
---|---|---|
equipment |
Object | equipment object, e.g. retrieved by GetComponentByNameAndType() |
property |
String | The name of the equipment property to set |
value |
Object | The data to apply to the bitmap |
↩️ Return Value
None