BYTE_TO_BOOL
Returns FALSE if the input is equal to 0 and TRUE otherwise.
Input
Name | Type | Description |
|---|---|---|
IN | BYTE | Value to be converted |
Output
Name | Type | Description |
|---|---|---|
OUT | BOOL | Converted value |
Returns FALSE if the input is equal to 0 and TRUE otherwise.
Name | Type | Description |
|---|---|---|
IN | BYTE | Value to be converted |
Name | Type | Description |
|---|---|---|
OUT | BOOL | Converted value |