Spectrum Controls InView Series User Manual page 122

Message displays
Table of Contents

Advertisement

5-16
InView Control and InView Control API
InViewCtrl Methods
ChangeDisplaySubnetMask
This method is only
recognized by the P9x series of
displays.
ChangeDisplayGateway
This method is only
recognized by the P9x series of
displays.
User's Manual 0300277-02 Rev. C
Properties
Description
Syntax
HRESULT ChangeDisplaySubnetMask
(BSTR ipaddress)
Parameters
ipaddress
An IPAddress string with the syntax of
NNN.NNN.NNN.NNN, where each octet is
between 0 and 255.
Return Value
S_OK - Success
E_FAIL - Failure
This method is used to change the display's subnet
Description
mask for TCP/IP communication. The change
display subnet mask command will be sent to the
display address set by the DisplayAddress
property. DisplayAddress should be set before
calling this method.
Example
ChangeDisplaySubnetMask (255.255.255.0)
Changes the display's subnet mask to
255.255.255.0.
Syntax
HRESULT ChangeDisplayGateway
(BSTR ipaddress)
Parameters
ipaddress
An IPAddress string with the syntax of
NNN>NNN>NNN>NNN, where each octet is
between 0 and 255.
Return Value
S_OK - Success
E_FAIL - Failure
This method is used to change the display's
Description
gateway for TCP/IP communication. The change
display gateway command will be sent to the
display address set by the DisplayAddress
property. DisplayAddress should be set before
calling this method.
Example
ChangeDisplayGateway (192.168.0.1)
Changes the display's gateway to 192.168.0.1.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the InView Series and is the answer not in the manual?

Questions and answers

Table of Contents