|
FireSync API
|
Represents information about the source of a pipe message.

Public Member Functions | |
| kMsgSource | kMsgSource_Create (k32u nodeId, k16u blockId, k16u portId) |
| Composes a kMsgSource value based on its constituent parts. More... | |
| kStatus | kMsgSource_Init (kMsgSource *source, k32u nodeId, k16u blockId, k16u portId) |
| Initializes a kMsgSource value based on its constituent parts. More... | |
Public Attributes | |
| k16u | blockId |
| Source block identifer. | |
| k32u | nodeId |
| Source node identifer. | |
| k16u | portId |
| Source port identifer. | |