固定 IP Address の指定方法
自分コピペ用メモ
EthernetNetIf m_Ether(
IpAddr( 192,168, 1, 11 ), // IP Address
IpAddr( 255,255,255, 0 ), // Mask
IpAddr( 192,168, 1, 1 ), // Default Gateway
IpAddr( 192,168, 1, 1 ) // DNS
);
C++ だと、一度分かれば簡単にかけるけど、調べるのが面倒なときがあるよね。
0 comments
You need to log in to post a comment