wire_get_attributes__method__ACDC method

void wire_get_attributes__method__ACDC(
  1. int port_,
  2. Pointer<wire_ACDC> that
)

Implementation

void wire_get_attributes__method__ACDC(
  int port_,
  ffi.Pointer<wire_ACDC> that,
) {
  return _wire_get_attributes__method__ACDC(
    port_,
    that,
  );
}