Click or drag to resize

CommandValueType Enumeration

Payload types of transmitted command parameters.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public enum CommandValueType
Members
Member nameDescription
Invalid 
Bool 
Int16 
Int32 
Int64 
Byte 
UInt16 
UInt32 
UInt64 
Double 
ByteArr 
UInt16Arr 
DoubleArr 
Point2DInt 
Point2D 
Point2DIntArr 
Point2DArr 
Point3DInt 
Point3D 
Point3DIntArr 
Point3DArr 
Point4DInt 
Point4D 
Point4DIntArr 
Point4DArr 
See Also