Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type COMMClient ¶
func CreateCommClient ¶
func CreateCommClient(comName string, baudRate, dataBits, stopBits, parity, timeOutMilsecond int, autoReconnect bool) (*COMMClient, error)
func (*COMMClient) AutoReconnect ¶
func (_this *COMMClient) AutoReconnect(async bool)
func (*COMMClient) Connect ¶
func (_this *COMMClient) Connect() error
func (*COMMClient) IsConnecting ¶
func (_this *COMMClient) IsConnecting() bool
func (*COMMClient) Read ¶
func (_this *COMMClient) Read() ([]byte, error)
func (*COMMClient) Write ¶
func (_this *COMMClient) Write(buffer []byte) error
type IConnectionClient ¶
type TCPClient ¶
func CreateTCPClient ¶
func (*TCPClient) AutoReconnect ¶
func (*TCPClient) IsConnecting ¶
Click to show internal directories.
Click to hide internal directories.