Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameClient ¶
type FrameClient struct {
// contains filtered or unexported fields
}
func NewFrameClient ¶
func NewFrameClient(remoteAddress string, remoteCertificate string) *FrameClient
func (*FrameClient) Open ¶
func (c *FrameClient) Open() error
func (*FrameClient) Read ¶
func (c *FrameClient) Read() (*proto.FrameMessage, error)
func (*FrameClient) Write ¶
func (c *FrameClient) Write(frame *proto.FrameMessage) error
Click to show internal directories.
Click to hide internal directories.