Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SipcClient ¶
type SipcClient struct { io.ReadWriteCloser HandshakeTimeout time.Duration // contains filtered or unexported fields }
func NewSipcClient ¶
func NewSipcClient(connectInfo string) (*SipcClient, error)
func NewSipcClientWithAllowRemote ¶ added in v0.2.3
func NewSipcClientWithAllowRemote(connectInfo string, allowRemote bool) (*SipcClient, error)
func (*SipcClient) Close ¶
func (client *SipcClient) Close() error
func (*SipcClient) IsClosed ¶ added in v0.2.3
func (client *SipcClient) IsClosed() bool
func (*SipcClient) IsConnected ¶ added in v0.2.3
func (client *SipcClient) IsConnected() bool
func (*SipcClient) Start ¶
func (client *SipcClient) Start() error
Click to show internal directories.
Click to hide internal directories.