# CONVERT\_8\_BYTES\_TO\_64\_BOOL

## `CONVERT_8_BYTES_TO_64_BOOL` (FUN)

`FUNCTION` CONVERT\_8\_BYTES\_TO\_64\_BOOL: `BOOL`

InOut:

| Scope  | Name                         | Type                  | Comment                                                                                                            |
| ------ | ---------------------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Return | `CONVERT_8_BYTES_TO_64_BOOL` | `BOOL`                |                                                                                                                    |
| Input  | `parbySource`                | `POINTER` `TO` `BYTE` | <p>Pointer to an array of 8 consecutive bytes (64<br>Coils / Inputs) (= source)</p>                                |
| Input  | `parxDestination`            | `POINTER` `TO` `BOOL` | <p>Pointer to an array with 64 consecutive <code>BOOL</code>-<br>variables (64 Coils / Inputs) (= destination)</p> |
