EtherCAT-IOLink Gateway

◆ GW_API_setIOLVendorId()

GW_API_EErrorcode_t GW_API_setIOLVendorId ( const uint16_t  vendorID_p)

Set IOL Master vendor.

IO-Link Master Vendor ID (got from IO-Link Community)

Parameters
[in]vendorID_pUnique VendorID of the IOL Master
Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
uint16_t vendorID = 0x1234;
retVal = GW_API_setIOLVendorId(vendorID);
GW_API_EErrorcode_t GW_API_setIOLVendorId(const uint16_t vendorID_p)
Set IOL Master vendor.
Definition: gw_api_interface.c:533