UDP送信器クラス [詳解]
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
[ソースコード]
UDP送信器クラス
指定したIPアドレスおよびPort番号へUDPで配列変数値を飛ばすクラス