Go to the source code of this file.
|
| OPEN_NET_GLOBAL unsigned char * | UDP_Data (OPEN_NET_GLOBAL unsigned char *aData) |
| | This function returns a pointer to the payload. More...
|
| |
| unsigned short | UDP_DestinationPort (OPEN_NET_GLOBAL const unsigned char *aData) |
| | This function returns the destination port. More...
|
| |
| unsigned short | UDP_SourcePort (OPEN_NET_GLOBAL const unsigned char *aData) |
| | This function returns the source port. More...
|
| |
- Author
- KMS - Martin Dubois, ing.
- Copyright
- Copyright © 1029 KMS. All rights reserved.
| OPEN_NET_GLOBAL unsigned char* UDP_Data |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the payload.
- Parameters
-
| aData | A pointer to the UDP header |
- Returns
- This function returns a pointer to the payload.
| unsigned short UDP_DestinationPort |
( |
OPEN_NET_GLOBAL const unsigned char * |
aData | ) |
|
This function returns the destination port.
- Parameters
-
| aData | A pointer to the UDP header |
- Returns
- This function returns the destination port.
| unsigned short UDP_SourcePort |
( |
OPEN_NET_GLOBAL const unsigned char * |
aData | ) |
|
This function returns the source port.
- Parameters
-
| aData | A pointer to the UDP header |
- Returns
- This function returns the source port.