CadBinaryCodeValue.CadBinaryCodeValue

CadBinaryCodeValue(int, byte[], int)

Initializes a new instance of the CadBinaryCodeValue class.

public CadBinaryCodeValue(int code, byte[] data, int dataCount)
ParameterTypeDescription
codeInt32The code of the parameter.
dataByte[]The data of the parameter.
dataCountInt32The data count.

See Also


CadBinaryCodeValue(int, string)

Initializes a new instance of the CadBinaryCodeValue class.

public CadBinaryCodeValue(int code, string value)
ParameterTypeDescription
codeInt32The code of the parameter.
valueStringThe value of the parameter.

See Also