A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 180
[2004/10/13] Add
GetSerialNumber() is used to read system serial number from hardware.
on sucess return 0, and the serial number store to Serial.
on fail return -1: cannot find the hardware IC
return -2: CRC error
*/
/*[2005/03/14] for IP/MASK/GATEWAY/MAC */
void GetIp(unsigned char *ip);
#define GetMac GetEid
void GetEid(unsigned char *id);
void GetMask(unsigned char *mask);
void GetGateway(unsigned char *gate);
void SetIp(unsigned char *ip);
#define SetMac SetEid
void SetEid(unsigned char *id);
void SetMask(unsigned char *mask);
void SetGateway(unsigned char *gate);
#ifdef __cplusplus
}
#endif
#endif