PreviousNext
DP2P Invite
Help > DPA Peer-to-Peer > DP2P Response Handshake > DP2P Invite

The [N] sends this packet with a Rand field containing random content.

 

// DP2P invite packet.

typedef struct

{

  uns8  Header[3];  // 0x000001

  uns8  NADR;

  uns8  Rand[12];

} STRUCTATTR TDP2Invite;