pub unsafe extern "C" fn SingleCommand_create(
self_: SingleCommand,
ioa: c_int,
command: bool,
selectCommand: bool,
qu: c_int,
) -> SingleCommandExpand description
Create a single point command information object
§Arguments
self(direction in) - existing instance to reuse or NULL to create a new instanceioa(direction in) - information object addresscommand(direction in) - the command valueselectCommand(direction in) - (S/E bit) if true send “select”, otherwise “execute”qu(direction in) - qualifier of command QU parameter(0 = no additional definition, 1 = short pulse, 2 = long pulse, 3 = persistent output)
§Returns
the initialized instance