OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
networkconfig.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2009, Rockwell Automation, Inc.
3  * All rights reserved.
4  *
5  ******************************************************************************/
6 
7 #include "cipethernetlink.h"
8 
9 EipStatus ConfigureNetworkInterface(const char *ip_address,
10  const char *subnet_mask,
11  const char *gateway);
12 
13 void ConfigureDomainName(const char *domain_name);
14 
15 void ConfigureHostName(const char *const RESTRICT hostname);
EipStatus
EIP stack status enum.
Definition: typedefs.h:93
EipStatus ConfigureNetworkInterface(const char *network_interface)
Configure the data of the network interface of the device.
Definition: networkconfig.c:27
void ConfigureDomainName()
Configure the domain name of the device.
Definition: networkconfig.c:87
void ConfigureHostName()
Configure the host name of the device.