Configuration
2
0
2
2
-0
2
37
Width
Maximum number of possible line points.
Format
Reserved for future use.
Status
Reserved for future use.
Lines
Returns a list of lines. Usually, the list contains only one line. Each line consists of a list of
points, the points of the first line can be called directly via Line.
VsxDynamicContainerMessage : IVsxMessage
Contains a list of IVsxMessages, which in turn contain data sent by the device. The contained
messages are identified in the list using a string. The possible messages are device-specific.
Example of a VsxDynamicContainerMessage, see "2. Output of Line Data" on page 40.
public bool ContainsMessage(string tag)
public IVsxMessage GetMessage(string tag)