SingleCommandWithCP56Time2a_create

Function SingleCommandWithCP56Time2a_create 

Source
pub unsafe extern "C" fn SingleCommandWithCP56Time2a_create(
    self_: SingleCommandWithCP56Time2a,
    ioa: c_int,
    command: bool,
    selectCommand: bool,
    qu: c_int,
    timestamp: CP56Time2a,
) -> SingleCommandWithCP56Time2a
Expand description

Create a single command with CP56Time2a time stamp information object

§Arguments

  • self (direction in) - existing instance to reuse or NULL to create a new instance
  • ioa (direction in) - information object address
  • command (direction in) - the command value
  • selectCommand (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)
  • timestamp (direction in) - the time stamp value

§Returns

the initialized instance