Bus MethodsElecNetKit Documentation
The Bus type exposes the following members.
Methods

  NameDescription
Protected methodConnect(Int32, NetworkElement, Int32)
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
(Inherited from NetworkElement.)
Protected methodConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32)
Connects the NetworkElement between two other NetworkElements, with a specific phasing.
(Inherited from NetworkElement.)
Public methodConnectionExists(Int32, NetworkElement, Int32)
Test if a specific connection between this element and another element on specific phases exists.
(Inherited from NetworkElement.)
Protected methodDisconnect(NetworkElement)
Disconnect this network element from another network element across all phases.
(Inherited from NetworkElement.)
Public methodOnDeserialization
Reconstructs the Bus when it has just been deserialised.
(Overrides NetworkElement OnDeserialization(Object).)
Back to Top
See Also