-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNationalInstruments.NI4882.xml
13785 lines (8571 loc) · 457 KB
/
NationalInstruments.NI4882.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:ni="urn:ni">
<assembly>
<name>NationalInstruments.NI4882</name>
</assembly>
<members>
<member name="T:NationalInstruments.NI4882.GpibStatus">
<summary>
Retrieves the status information for GPIB on a per-process and per-thread basis.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.GpibStatus.#ctor">
<summary>Initializes the object to receive GPIB status information on a per-process and per-thread basis.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.GpibStatus.Finalize">
<summary>
Finalizes the instance of the GpibStatus object.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.GpibStatus.Dispose">
<summary>
Releases all resources used by the GpibStatus object.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.GpibStatus.ToString">
<summary>Overrides ToString.</summary>
<returns>Returns a string representation of the object.</returns>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ThreadCount">
<summary>Gets the current count of GPIB on the current thread.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ThreadStatus">
<summary>Gets the current status of GPIB on the current thread.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ThreadError">
<summary>Gets the current error of GPIB on the current thread.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ProcessCount">
<summary>Gets the current count of the GPIB on the current process.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ProcessStatus">
<summary>Gets the current status of the GPIB on the current process.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="P:NationalInstruments.NI4882.GpibStatus.ProcessError">
<summary>Gets the current error of the GPIB on the current process.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
</member>
<member name="T:NationalInstruments.NI4882.GpibStatusFlags">
<summary>
Contains NI-488.2 driver status information.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.Error">
<summary>
An error occurred.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.Timeout">
<summary>
Time limit exceeded.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.End">
<summary>
END or end-of-string (EOS) detected.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.ServiceRequest">
<summary>
SRQ line is asserted.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.DeviceServiceRequest">
<summary>
Device Requesting Service.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.IOComplete">
<summary>
I/O complete.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.Lockout">
<summary>
Interface is in a lockout state.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.Remote">
<summary>
Interface is in the Remote state.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.ControllerInCharge">
<summary>
Board is Controller-In-Charge.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.Attention">
<summary>
Attention is asserted.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.TalkerAddressed">
<summary>
Interface is Talk addressed (that is, either TADS, SPAS, or TACS is active).
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.ListenerAddressed">
<summary>
Listen addressed (either LADS or LACS is active).
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.DeviceTrigger">
<summary>
Device Trigger State.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.DeviceClear">
<summary>
Device Clear State.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.GpibStatusFlags.None">
<summary>
Asynchronous I/O is in progress.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Internal.GpibAsyncResult.Status">
<summary>
Contains the NI-488.2 driver status code after the asynchronous operation has raised the event.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Internal.GpibAsyncResult.Count">
<summary>
Specifies the number of bytes of data or command bytes to write.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Internal.GpibAsyncResult.Error">
<summary>
Specifies the current Error if an error happened during the asynchronous operation.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Internal.GpibAsyncResult.StringData">
<summary>
Contains the data read.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Internal.GpibAsyncResult.ByteArrayData">
<summary>
Contains the data read.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.GpibException">
<summary>
This exception is thrown when the NI-488.2 driver returns an error due to invalid configuration states, invalid parameters,
and other factors.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor">
<summary>
Initializes a new instance of the GpibException object.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor(System.String)">
<summary>
Initializes a new instance of the GpibException object using the
given error message.
</summary>
<param name="message">
Error message associated with this exception.
</param>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the GpibException object using the
given error message and inner exception.
</summary>
<param name="message">
Error message associated with this exception.
</param>
<param name="inner">
Inner exception that caused this exception to be thrown.
</param>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor(System.String,NationalInstruments.NI4882.GpibError,System.Int32)">
<summary>
Initializes a new instance of the GpibException object with the
given error message, NI-488.2 driver error code, and count.
</summary>
<param name="message">
Error message associated with this exception.
</param>
<param name="errorCode">
NI-488.2 driver error code that caused this exception to be thrown.
</param>
<param name="count">
Count value specific to the method that threw the exception.
</param>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor(System.String,System.Exception,NationalInstruments.NI4882.GpibError,System.Int32)">
<summary>
Initializes a new instance of the GpibException object with the
given error message, inner exception, NI-488.2 driver error code, and count.
</summary>
<param name="message">
Error message associated with this exception.
</param>
<param name="inner">
Inner exception that caused this exception to be thrown.
</param>
<param name="errorCode">
NI-488.2 driver error code that caused this exception to be thrown.
</param>
<param name="count">
Count value specific to the method that throws the exception.
</param>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the GpibException object using serialized data.
</summary>
<param name="info">
Object that holds the serialized object data.
</param>
<param name="context">
Contextual information about the source or destination.
</param>
</member>
<member name="M:NationalInstruments.NI4882.GpibException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Sets the SerializationInfo object with information about the exception.
</summary>
<param name="info">
Object that holds the serialized object data.
</param>
<param name="context">
Contextual information about the source or destination.
</param>
</member>
<member name="P:NationalInstruments.NI4882.GpibException.ErrorCode">
<summary>
Gets the NI-488.2 driver error code that caused the exception to be thrown.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.GpibException.ErrorCount">
<summary>
Gets a count value that can help you diagnose a specific error.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.GpibException.ErrorMessage">
<summary>
Gets a complete description of the error that caused the exception to be thrown.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.NotifyData">
<summary>
Specifies the format of the data that passes to the NotifyCallback delegate.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.NotifyData.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of NotifyData with serialized data.
</summary>
<param name="info">SerializationInfo to populate with data.
</param>
<param name="context">
Serialization destination.
</param>
</member>
<member name="M:NationalInstruments.NI4882.NotifyData.SetReenableMask(NationalInstruments.NI4882.GpibStatusFlags)">
<summary>
Sets the current re-arm mask for the NotifyCallback delegate.
</summary>
<param name="mask">
Re-arm mask.
</param>
</member>
<member name="M:NationalInstruments.NI4882.NotifyData.GetReenableMask">
<summary>
Returns the current Rearm mask for the NotifyCallback delegate.
</summary>
<returns>
The current Rearm mask for the NotifyCallback delegate. You can specify the rearm mask by calling SetReenableMask. This method is equivalent to calling Board Notify or Device Notify with the mask specified in SetReenableMask after the delegate returns.
</returns>
</member>
<member name="M:NationalInstruments.NI4882.NotifyData.ToString">
<summary>Overrides ToString.</summary>
<returns>Returns a string representation of the object.</returns>
</member>
<member name="M:NationalInstruments.NI4882.NotifyData.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<member name="P:NationalInstruments.NI4882.NotifyData.UserData">
<summary>
Gets the user data value that the user specified in the NotifyCallback delegate.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.NotifyData.Status">
<summary>
Gets the status value at the time the delegate is called.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.NotifyData.Count">
<summary>
Gets the count value at the time the delegate is called.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.NotifyData.Error">
<summary>
Gets the error value at the time the delegate is called.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.Internal.ExceptionBuilder.TranslateGpibException(NationalInstruments.NI4882.GpibException)">
<summary>
Converts a GpibException to a standard .NET exception (i.e.
ArgumentOutOfRangeException), if the type of error that the GpibException
represents makes sense as a standard .NET exception.
</summary>
<param name="exp">
GpibException to translate
</param>
<returns>
Either the GpibException that was passed in or a new standard .NET exception
with exp passed in as a parameter.
</returns>
</member>
<member name="T:NationalInstruments.NI4882.DataTerminationMode">
<summary>
Specifies how I/O operations are to be terminated.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.DataTerminationMode.DoNothing">
<summary>The last byte is sent without the EOI line asserted.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.DataTerminationMode.SendNewLineAndSetEnd">
<summary>A new line character ('\n') is sent with the EOI line asserted.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.DataTerminationMode.SetEnd">
<summary>The last byte is sent with the EOI line asserted.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.DataTerminationMode.STOPend">
<summary>The last byte is received with the EOI line asserted
</summary>
</member>
<member name="T:NationalInstruments.NI4882.ParallelPollTimeoutValue">
<summary>
Specifies the timeout value to use when doing parallel polls.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.Standard">
<summary>
Use standard duration (2 microseconds) when conducting a parallel poll.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T10us">
<summary>
10 microseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T30us">
<summary>
30 microseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T100us">
<summary>
100 microseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T300us">
<summary>
300 microseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T1ms">
<summary>
1 millisecond.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T3ms">
<summary>
3 milliseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T10ms">
<summary>
10 milliseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T30ms">
<summary>
30 milliseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T100ms">
<summary>
100 milliseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T300ms">
<summary>
300 milliseconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T1s">
<summary>
1 second.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T3s">
<summary>
3 seconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T10s">
<summary>
10 seconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T30s">
<summary>
30 seconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T100s">
<summary>
100 seconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T300s">
<summary>
300 seconds.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollTimeoutValue.T1000s">
<summary>
1000 seconds.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.ParallelPollConfigurationMode">
<summary>Specifies whether to use local or remote parallel poll configuration.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollConfigurationMode.Remote">
<summary>
Remote parallel poll configuration.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ParallelPollConfigurationMode.Local">
<summary>
Local parallel poll configuration.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.NotifyCallback">
<summary>
This delegate of this type is called once after the mask condition is satisfied in the Notify method.
</summary>
<param name="sender">
Object that generated the event.
</param>
<param name="notifyData">NotifyData object that specifies information about the event.
</param>
</member>
<member name="T:NationalInstruments.NI4882.ControlLineFlags">
<summary>
Contains the status of the eight GPIB control lines and if the current status is valid.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusEnd">
<summary>
End Or Identity (EOI) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.EndValid">
<summary>
End Or Identity (EOI) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusAttention">
<summary>
Attention (ATN) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.AttentionValid">
<summary>
Attention (ATN) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusServiceRequest">
<summary>
Service Request (SRQ) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.ServiceRequestValid">
<summary>
Service Request (SRQ) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusRemoteEnable">
<summary>
Remote Enable Line (REN) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.RemoteEnableValid">
<summary>
Remote Enable Line (REN) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusInterfaceClear">
<summary>
Interface Clear (IFC) line state.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.InterfaceClearValid">
<summary>
Interface Clear (IFC) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusNotReadyForData">
<summary>
Not Ready for Data (NRFD) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.NotReadyForDataValid">
<summary>
Not Ready for Data (NRFD) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusNotDataAccepted">
<summary>
Not Data Accepted (NDAC) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.NotDataAcceptedValid">
<summary>
Not Data Accepted (NDAC) line contains a valid value.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.BusDataAvailable">
<summary>
Data Available (DAV) line status.
</summary>
</member>
<member name="F:NationalInstruments.NI4882.ControlLineFlags.DataAvailableValid">
<summary>
Data Available (DAV) line contains a valid value.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.Address">
<summary>Used to specify the address of a GPIB device.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.Address.#ctor(System.Byte)">
<summary>Initializes the GPIB device address with the given primary address.
</summary>
<param name="primaryAddress">
Primary address of the device.
</param>
</member>
<member name="M:NationalInstruments.NI4882.Address.#ctor(System.Byte,System.Byte)">
<summary>Initializes the GPIB device address with the given primary and secondary addresses.
</summary>
<param name="primaryAddress">
Primary address of the device.
</param>
<param name="secondaryAddress">
Secondary address of the device.
</param>
</member>
<member name="M:NationalInstruments.NI4882.Address.ToString">
<summary>Overrides ToString.</summary>
<returns>Returns a string representation of the object.</returns>
</member>
<member name="P:NationalInstruments.NI4882.Address.PrimaryAddress">
<summary>Gets or sets the primary address of the GPIB device.
</summary>
</member>
<member name="P:NationalInstruments.NI4882.Address.SecondaryAddress">
<summary>
Gets or sets the secondary address of the GPIB device.
</summary>
</member>
<member name="T:NationalInstruments.NI4882.Board">
<summary>Contains all the board functionality of the NI-488.2 driver.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.Board.#ctor">
<summary>Opens and initializes a board using a board index of 0.
</summary>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
Nonexistent GPIB interface.
-or-
Asynchronous I/O operation in progress.
The inner exception is set to the GpibException due to one of the following conditions:
Nonexistent GPIB interface.
Asynchronous I/O operation in progress.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.Board.#ctor(System.Int32)">
<summary>Opens and initializes a board using the specified index.
</summary>
<param name="boardIndex">
Board index to initialize. "GPIB0" corresponds to a boardIndex (parameter) of 0, "GPIB1" corresponds to a boardIndex (parameter) of 1, and so on.
</param>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
Nonexistent GPIB interface.
-or-
Asynchronous I/O operation in progress.
The inner exception is set to the GpibException due to one of the following conditions:
Nonexistent GPIB interface.
Asynchronous I/O operation in progress.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.Board.Finalize">
<summary>Overrides Finalize.</summary>
</member>
<member name="M:NationalInstruments.NI4882.Board.Dispose">
<summary>
Releases all resources used by the Board object.
</summary>
</member>
<member name="M:NationalInstruments.NI4882.Board.Dispose(System.Boolean)">
<summary>
Releases the resources used by the Board object.
</summary>
<param name="disposing">true if this method releases managed and unmanaged resources; false if this method releases
only unmanaged resources.
</param>
</member>
<member name="M:NationalInstruments.NI4882.Board.ToString">
<summary>Overrides ToString.</summary>
<returns>Returns a string representation of the object.</returns>
</member>
<member name="M:NationalInstruments.NI4882.Board.SetConfigurationOption(System.Int32,System.Int32)">
<summary>Changes a configuration item to the specified value for the selected option.
</summary>
<param name="configurationOption">
A parameter that selects the software configuration item.
</param>
<param name="configurationOptionValue">
The value to which the selected configuration item changes.
</param>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.ArgumentException">configurationOption (parameter) is less than 0x0000 or greater than 0x7FFFF.
-or-
configurationOptionValue (parameter) is not defined for the input configurationOption (parameter).
configurationOption (parameter) is less than 0x0000 or greater than 0x7FFFF.
configurationOptionValue (parameter) is not defined for the input configurationOption (parameter).
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
-or-
Nonexistent GPIB interface.
-or-
Asynchronous I/O operation in progress.
-or-
configurationOption (parameter) is not available in the current NI-488.2 driver installed on the system.
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
Nonexistent GPIB interface.
Asynchronous I/O operation in progress.
configurationOption (parameter) is not available in the current NI-488.2 driver installed on the system.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.Board.GetConfigurationOption(System.Int32)">
<summary>Returns the current value of various configuration parameters for the specified board or device.
</summary>
<param name="configurationOption">
Option to query.
</param>
<returns>
Value of configurationOption (parameter).
</returns>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.ArgumentException">configurationOption (parameter) is less than 0x0000 or greater than 0x7FFFF.
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
-or-
Nonexistent GPIB interface.
-or-
Asynchronous I/O operation in progress.
-or-
configurationOption (parameter) is not available in the current NI-488.2 driver installed on the system.
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
Nonexistent GPIB interface.
Asynchronous I/O operation in progress.
configurationOption (parameter) is not available in the current NI-488.2 driver installed on the system.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.Board.BecomeActiveController(System.Boolean)">
<summary>
Attempts to make the specified board the Active Controller by asserting the ATN line.
</summary>
<param name="becomeControllerImmediately">true if control is taken immediately without regard for any data transfer currently in progress;
false to attempt to take control without corrupting transferred data.
</param>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
-or-
Nonexistent GPIB interface.
-or-
Asynchronous I/O operation in progress.
-or-
The interface board is not Controller-In-Charge.
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.
Nonexistent GPIB interface.
Asynchronous I/O operation in progress.
The interface board is not Controller-In-Charge.
</exception>
</member>
<member name="M:NationalInstruments.NI4882.Board.SendCommands(System.Byte[])">
<summary>Sends bytes from the buffer over the GPIB as command bytes (interface messages).
</summary>
<param name="commands">
Command bytes to send.
</param>
<exception cref="T:NationalInstruments.NI4882.GpibException">
The NI-488.2 driver returns an error as a result of calling this method.
</exception>
<exception cref="T:System.ObjectDisposedException">
This member is called after the Dispose
method has been called directly from your code or indirectly through a finalizer.
</exception>
<exception cref="T:System.DllNotFoundException">
The NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.EntryPointNotFoundException">
A required operation in the NI-488.2 driver library cannot be found.
</exception>
<exception cref="T:System.ArgumentException">commands (parameter) is null.
</exception>
<exception cref="T:System.InvalidOperationException">
The inner exception is set to the GpibException due to one of the following conditions:
A different process owns a lock for the interface.