Title | Data | Data Name | No |
Model name | explanation |
---|---|
Uint8 | unsigned 1-byte integer |
Sint8 | Signed 1-byte integer |
Uint16 | unsigned 2-byte integer |
Sint16 | signed 2-byte integer |
Uint32 | unsigned 4-byte integer |
Sint32 | signed 4-byte integer |
Bool | Logical type 4-byte integer (value is a logical constant) |
constant name | value | explanation |
---|---|---|
FALSE | 0 | Represents a logical false value. |
OFF | 0 | Represents switch off (false). |
Title | Data | Data Name | No |
constant name | explanation |
---|---|
BPL_ERR_OK | normal termination |
BPL_ERR_KYOVRFLW | Too many stream key settings |
BPL_ERR_BROVRFLW | Too many branch destination settings |
BPL_ERR_BSTMID | Bad branch stream identifier |
BPL_ERR_BRNO | Invalid branch number |
BPL_ERR_BRSPC | A branch destination has already been specified |
BPL_ERR_NOKEY | The corresponding stream key is not set. |
BPL_ERR_OPNSTM | Unable to open stream |
constant name | value | explanation |
---|---|---|
BPL_STMKEY_MAX | 6 | Number of stream keys that can be set for one branch stream |