Interface CosEventComm::PullSupplier

interface PullSupplier

Operation Index

disconnect_pull_supplier
pull
try_pull

Operations

disconnect_pull_supplier
void disconnect_pull_supplier();
pull
any pull()
    raises(Disconnected);
try_pull
any try_pull(out boolean has_event)
    raises(Disconnected);

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)