ProSoft Technology MVI69-ADMNET User Manual

Page 86

Advertising
background image

WATTCP API Functions

MVI-ADMNET ♦ 'C' Programmable

Developer's Guide

'C' Programmable Application Development Module with Ethernet

Page 86 of 122

ProSoft Technology, Inc.

February 20, 2013

resolve

Syntax

longword resolve( char *name );

Parameters

name

String IP Address.

Description
This function converts a string IP Address into a long.

Return Value

longword

Value of the IP Address in a long format.

Example

resolve("192.168.0.1");

Advertising