Code: |
AS + 951 |
---|---|
Symbolic: |
bccFbWriteIF |
This command will write interface information to the device. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
FLAGS |
Request flags: (none) |
4 |
U32 |
NODE |
Node address |
8 |
U32 |
IFTYPE |
On success, a bccAck is received with following data:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
FLAGS |
Reply flags: (none) |
4 |
U32 |
NODE |
Node address (echo) |
8 |
U32 |
IFTYPE |
Interface type identifier (echo) |
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackMissingArgs |
Missing arguments |
|
nackIllegalArgs |
Illegal arguments |
U16 What illegal: 1=Flags 2=Node address 3=Interface type |