CadBinaryCodeValue constructor

init

Initializes a new instance of the CadBinaryCodeValue class.

def __init__(self, code, value):
    ...
ParameterTypeDescription
codeintThe code of the parameter.
valuestrThe value of the parameter.

init

Initializes a new instance of the CadBinaryCodeValue class.

def __init__(self, code, data, data_count):
    ...
ParameterTypeDescription
codeintThe code of the parameter.
databytesThe data of the parameter.
data_countintThe data count.

See Also