Agilent Technologies E5071C Manual page 1064

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

Programming
The procedures of each step in Control flow with WinSock API are
described below.
Startup
The procedure corresponding to Startup is StartIt. StartIt launches and
initializes WinSock API with WSAStartup, whose version is shown in part
1 of ctrl_ lan.xls. The function WSAStartup should always be used when
initiating WinSock. This function takes the version number (input) and
launching information (output) as its parameters.
StartIt
Sub StartIt()
Dim StartUpInfo As WSAData
'Version 1.1 (1*256 + 1) = 257
1291

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents