PeerStateCommand
public enum PeerStateCommand : String
Commands to change the state of a peer.
-
Connect.
Declaration
Swift
case connect -
Disconnect.
Declaration
Swift
case disconnect -
Ban.
Declaration
Swift
case ban -
Unban.
Declaration
Swift
case unban
PeerStateCommand Enumeration Reference