#include "messages.h"Go to the source code of this file.
Classes | |
| struct | TfRequest |
| struct | TfDescriptor |
| struct | TfTransfer |
Typedefs | |
| typedef enum tfMsgEnum | TfMessageId |
Enumerations | |
| enum | tfMsgEnum { CMD_TF_REQUEST, CMD_TF_TRANSFER, MSG_TF_RECEIVED, MSG_TF_TRANSFERRED, CMD_TF_DROP, MSG_TF_DROPPED, MSG_TF_ERROR } |
|
|
|
|
|
Definition at line 46 of file tfMessages.h. 00047 {
00048 CMD_TF_REQUEST,
00049 CMD_TF_TRANSFER,
00050
00051 MSG_TF_RECEIVED,
00052 MSG_TF_TRANSFERRED,
00053
00054 CMD_TF_DROP,
00055 MSG_TF_DROPPED,
00056
00057 MSG_TF_ERROR
00058
00059 } TfMessageId ;
|
1.3.9.1