![]() |
|
| << Previous | Next >> | |
| | |
void cof_pktXsend(void *send_buffer int buffer_length, char delay ); /* X is A-F */
Description
- Initiates the sending of a packet of data. The function will exit when the packet is finished transmitting.
- The functions
cof_pktEsend()andcof_pktFsend()are available when using the Rabbit 3000 or Rabbit 4000.Parameters
- send_buffer
- The data to be sent.
- buffer_length
- Length of the data buffer to transmit.
- delay
- The number of byte times (0-255) to delay before sending data. This is used to implement protocol-specific delays between packets.
Library
- PACKET.LIB
| Dynamic C Functions | << Previous | Next >> | rabbit.com |