wire_query_watchers method
void
wire_query_watchers(
- int port_,
- Pointer<
wire_Identifier> who_ask, - Pointer<
wire_Identifier> about_who
Implementation
void wire_query_watchers(
int port_,
ffi.Pointer<wire_Identifier> who_ask,
ffi.Pointer<wire_Identifier> about_who,
) {
return _wire_query_watchers(
port_,
who_ask,
about_who,
);
}