![]() |
Network Component
Version 7.8.0
MDK Middleware for IPv4 and IPv6 Networking
|
Events generated by the Network - TFTP Client functions. More...
Functions | |
__STATIC_INLINE void | EvrNetTFTPc_InitClient (void) |
Event on TFTP client initialize (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_GetSocketFailed (void) |
Event on TFTP client failed to allocate UDP socket (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_PutFile (const char *local_fname, uint32_t length) |
Event on TFTP client netTFTPc_Put (API) More... | |
__STATIC_INLINE void | EvrNetTFTPc_PutRemoteName (const char *fname, uint32_t length) |
Event on TFTP client netTFTPc_Put remote filename (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_PutInvalidParameter (void) |
Event on netTFTPc_Put invalid parameter (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_PutWrongState (uint8_t state) |
Event on netTFTPc_Put wrong client state (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_ShowServerAddressIp4 (const void *net_addr) |
Event on TFTP client display server IPv4 address (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_ShowServerAddressIp6 (const void *net_addr) |
Event on TFTP client display server IPv6 address (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_OpenLocalFile (void) |
Event on TFTP client open local file (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_OpenLocalFileFailed (void) |
Event on TFTP client open local file failed (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_GetFile (const char *fname, uint32_t length) |
Event on TFTP client netTFTPc_Get (API) More... | |
__STATIC_INLINE void | EvrNetTFTPc_GetLocalName (const char *local_fname, uint32_t length) |
Event on TFTP client netTFTPc_Get local filename (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_GetInvalidParameter (void) |
Event on netTFTPc_Get invalid parameter (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_GetWrongState (uint8_t state) |
Event on netTFTPc_Get wrong client state (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_TimeoutBlockRetransmit (uint32_t block_nr) |
Event on TFTP client block retransmit on timeout (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_SendBlock (uint32_t block_nr, uint32_t length) |
Event on TFTP client send block (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_StopClient (void) |
Event on TFTP client stop operation (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_CloseLocalFile (void) |
Event on TFTP client close local file (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_WrongServerIp4 (const uint8_t *ip4_addr) |
Event on TFTP client wrong server IPv4 address (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_WrongServerIp6 (const uint8_t *ip6_addr) |
Event on TFTP client wrong server IPv6 address (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_WrongServerPort (uint16_t udp_port) |
Event on TFTP client wrong server port (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_ServerTidAssigned (uint16_t tid) |
Event on TFTP client assigned transfer identifier (TID) of the server (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_FrameTooShort (uint32_t length, uint32_t min_length) |
Event on TFTP client received frame too short (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_ReceiveFrame (uint32_t length) |
Event on TFTP client receive frame (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_ErrorCodeReceived (uint16_t error_code) |
Event on TFTP client error code received from server (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_DuplicateBlockAck (uint32_t block_nr) |
Event on TFTP client duplicate block acknowledge received (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_InvalidBlockAck (uint32_t block_nr) |
Event on TFTP client invalid block acknowledge received (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_BlockAckReceived (uint32_t block_nr) |
Event on TFTP client block acknowledge received (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_DuplicateBlockReceived (uint32_t block_nr) |
Event on TFTP client duplicate block received (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_InvalidBlockReceived (uint32_t block_nr) |
Event on TFTP client invalid block received (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_BlockReceived (uint32_t block_nr) |
Event on TFTP client block data received (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_WriteErrorDiskFull (uint32_t length) |
Event on TFTP client write local disk failed, disk full (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_IllegalServerOperation (void) |
Event on TFTP client deteced illegal server operation (Error) More... | |
__STATIC_INLINE void | EvrNetTFTPc_SendRequest (uint16_t tftp_opcode) |
Event on TFTP client send operation request (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_OptionBlockSize (uint16_t block_size) |
Event on TFTP client add block size option (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_SendAck (uint16_t block_nr) |
Event on TFTP client send acknowledgment (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_SendError (uint16_t error_nr) |
Event on TFTP client send error code (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_OptionAckReceived (void) |
Event on TFTP client option acknowledgment received (Op) More... | |
__STATIC_INLINE void | EvrNetTFTPc_UninitClient (void) |
Event on TFTP client de-initialize (Op) More... | |
Events generated by the Network - TFTP Client functions.
__STATIC_INLINE void EvrNetTFTPc_BlockAckReceived | ( | uint32_t | block_nr | ) |
Event on TFTP client block acknowledge received (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_BlockReceived | ( | uint32_t | block_nr | ) |
Event on TFTP client block data received (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_CloseLocalFile | ( | void | ) |
Event on TFTP client close local file (Op)
__STATIC_INLINE void EvrNetTFTPc_DuplicateBlockAck | ( | uint32_t | block_nr | ) |
Event on TFTP client duplicate block acknowledge received (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_DuplicateBlockReceived | ( | uint32_t | block_nr | ) |
Event on TFTP client duplicate block received (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_ErrorCodeReceived | ( | uint16_t | error_code | ) |
Event on TFTP client error code received from server (Error)
error_code | TFTP error code
|
__STATIC_INLINE void EvrNetTFTPc_FrameTooShort | ( | uint32_t | length, |
uint32_t | min_length | ||
) |
Event on TFTP client received frame too short (Error)
length | frame length in bytes |
min_length | minimum length of the frame |
__STATIC_INLINE void EvrNetTFTPc_GetFile | ( | const char * | fname, |
uint32_t | length | ||
) |
Event on TFTP client netTFTPc_Get (API)
fname | name of the remote file |
length | length of the fname string |
__STATIC_INLINE void EvrNetTFTPc_GetInvalidParameter | ( | void | ) |
Event on netTFTPc_Get invalid parameter (Error)
__STATIC_INLINE void EvrNetTFTPc_GetLocalName | ( | const char * | local_fname, |
uint32_t | length | ||
) |
Event on TFTP client netTFTPc_Get local filename (Op)
local_fname | name of the local file |
length | length of the fname string |
__STATIC_INLINE void EvrNetTFTPc_GetSocketFailed | ( | void | ) |
Event on TFTP client failed to allocate UDP socket (Error)
__STATIC_INLINE void EvrNetTFTPc_GetWrongState | ( | uint8_t | state | ) |
Event on netTFTPc_Get wrong client state (Error)
state | client state
|
__STATIC_INLINE void EvrNetTFTPc_IllegalServerOperation | ( | void | ) |
Event on TFTP client deteced illegal server operation (Error)
__STATIC_INLINE void EvrNetTFTPc_InitClient | ( | void | ) |
Event on TFTP client initialize (Op)
__STATIC_INLINE void EvrNetTFTPc_InvalidBlockAck | ( | uint32_t | block_nr | ) |
Event on TFTP client invalid block acknowledge received (Error)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_InvalidBlockReceived | ( | uint32_t | block_nr | ) |
Event on TFTP client invalid block received (Error)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_OpenLocalFile | ( | void | ) |
Event on TFTP client open local file (Op)
__STATIC_INLINE void EvrNetTFTPc_OpenLocalFileFailed | ( | void | ) |
Event on TFTP client open local file failed (Error)
__STATIC_INLINE void EvrNetTFTPc_OptionAckReceived | ( | void | ) |
Event on TFTP client option acknowledgment received (Op)
__STATIC_INLINE void EvrNetTFTPc_OptionBlockSize | ( | uint16_t | block_size | ) |
Event on TFTP client add block size option (Op)
block_size | size of transfer block |
__STATIC_INLINE void EvrNetTFTPc_PutFile | ( | const char * | local_fname, |
uint32_t | length | ||
) |
Event on TFTP client netTFTPc_Put (API)
local_fname | name of the local file |
length | length of the local_fname string |
__STATIC_INLINE void EvrNetTFTPc_PutInvalidParameter | ( | void | ) |
Event on netTFTPc_Put invalid parameter (Error)
__STATIC_INLINE void EvrNetTFTPc_PutRemoteName | ( | const char * | fname, |
uint32_t | length | ||
) |
Event on TFTP client netTFTPc_Put remote filename (Op)
fname | name of the remote file |
length | length of the fname string |
__STATIC_INLINE void EvrNetTFTPc_PutWrongState | ( | uint8_t | state | ) |
Event on netTFTPc_Put wrong client state (Error)
state | client state
|
__STATIC_INLINE void EvrNetTFTPc_ReceiveFrame | ( | uint32_t | length | ) |
Event on TFTP client receive frame (Op)
length | frame length in bytes |
__STATIC_INLINE void EvrNetTFTPc_SendAck | ( | uint16_t | block_nr | ) |
Event on TFTP client send acknowledgment (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_SendBlock | ( | uint32_t | block_nr, |
uint32_t | length | ||
) |
Event on TFTP client send block (Op)
block_nr | block number |
length | length of a block |
__STATIC_INLINE void EvrNetTFTPc_SendError | ( | uint16_t | error_nr | ) |
Event on TFTP client send error code (Op)
error_nr | TFTP error number
|
__STATIC_INLINE void EvrNetTFTPc_SendRequest | ( | uint16_t | tftp_opcode | ) |
Event on TFTP client send operation request (Op)
tftp_opcode | TFTP operation code
|
__STATIC_INLINE void EvrNetTFTPc_ServerTidAssigned | ( | uint16_t | tid | ) |
Event on TFTP client assigned transfer identifier (TID) of the server (Op)
tid | server transfer identifier |
__STATIC_INLINE void EvrNetTFTPc_ShowServerAddressIp4 | ( | const void * | net_addr | ) |
Event on TFTP client display server IPv4 address (Op)
net_addr | pointer to NET_ADDR4 server address structure (8 bytes) |
__STATIC_INLINE void EvrNetTFTPc_ShowServerAddressIp6 | ( | const void * | net_addr | ) |
Event on TFTP client display server IPv6 address (Op)
net_addr | pointer to NET_ADDR server address structure (20 bytes) |
__STATIC_INLINE void EvrNetTFTPc_StopClient | ( | void | ) |
Event on TFTP client stop operation (Op)
__STATIC_INLINE void EvrNetTFTPc_TimeoutBlockRetransmit | ( | uint32_t | block_nr | ) |
Event on TFTP client block retransmit on timeout (Op)
block_nr | block number |
__STATIC_INLINE void EvrNetTFTPc_UninitClient | ( | void | ) |
Event on TFTP client de-initialize (Op)
__STATIC_INLINE void EvrNetTFTPc_WriteErrorDiskFull | ( | uint32_t | length | ) |
Event on TFTP client write local disk failed, disk full (Error)
length | block data length |
__STATIC_INLINE void EvrNetTFTPc_WrongServerIp4 | ( | const uint8_t * | ip4_addr | ) |
Event on TFTP client wrong server IPv4 address (Error)
ip4_addr | pointer to IPv4 address of TFTP server |
__STATIC_INLINE void EvrNetTFTPc_WrongServerIp6 | ( | const uint8_t * | ip6_addr | ) |
Event on TFTP client wrong server IPv6 address (Error)
ip6_addr | pointer to IPv6 address of TFTP server |
__STATIC_INLINE void EvrNetTFTPc_WrongServerPort | ( | uint16_t | udp_port | ) |
Event on TFTP client wrong server port (Error)
udp_port | wrong UDP port number |