Reads a control transfer on the USB.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Function ReadControl ( _
ByVal Count As Integer _
) As Byte()
|
C#
|
public byte[] ReadControl(
int Count
)
|
Visual C++
|
HRESULT ReadControl(
long Count
SAFEARRAY** retval
);
|
Parameters
Count
Maximum count to return.
Return Value
Byte array from a USB control transfer.
Requirements
Supported Models
55006, 55318, 55340, 55518, 55540
See Also
Reference
IBoonton55xxxChannelRawIO Interface
Boonton.Boonton55xxx.Interop Namespace

Copyright 2013-16 Boonton. All rights reserved.
|