pub unsafe extern "C" fn SetpointCommandShort_create(
self_: SetpointCommandShort,
ioa: c_int,
value: f32,
selectCommand: bool,
ql: c_int,
) -> SetpointCommandShortExpand description
Create a short floating point set point command information object
§Arguments
self(direction in) - existing instance to reuse or NULL to create a new instanceioa(direction in) - information object addressvalue(direction in) - short floating point numberselectCommand(direction in) - (S/E bit) if true send “select”, otherwise “execute”ql(direction in) - qualifier of set point command (0 = standard, 1..127 = reserved)
§Returns
the initialized instance