NWMUDS:Bind: Difference between revisions
No edit summary |
|||
| Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| u8 | | u8 data_channel | ||
|- | |- | ||
| 4 | | 4 | ||
| Line 39: | Line 39: | ||
| Output event handle. This is signaled every time data becomes available via [[NWMUDS:PullPacket]]. | | Output event handle. This is signaled every time data becomes available via [[NWMUDS:PullPacket]]. | ||
|} | |} | ||
=Data Channel= | |||
This is an arbitrary value to use for data-frame filtering. This bind will only receive data frames which contain a matching data_channel value. | |||
=Description= | =Description= | ||
This initializes a [[NWM_Services|BindNodeID]] for use on this device, etc. This can be done multiple times for initializing different BindNodeIDs. | This initializes a [[NWM_Services|BindNodeID]] for use on this device, etc. This can be done multiple times for initializing different BindNodeIDs. | ||