Documentation
¶
Index ¶
- type Data
- func (r *Data) AINum() int
- func (r *Data) AONum() int
- func (r *Data) CHNum() *CHNum.Data
- func (r *Data) Clone() *Data
- func (r *Data) DINum() int
- func (r *Data) DONum() int
- func (r *Data) FetchData(conn modbus.Client) (retErr error)
- func (r *Data) GetAIValue(index int, point int) (float32, bool)
- func (r *Data) GetAOValue(index int) (float32, bool)
- func (r *Data) GetDIValue(index int) (bool, bool)
- func (r *Data) GetDOValue(index int) (bool, bool)
- func (r *Data) GetInt(index int) (int, bool)
- func (r *Data) GetVOValue(index int) (bool, bool)
- func (r *Data) Release()
- func (r *Data) SetDOValue(index int, value bool)
- func (r *Data) TimeUsed() time.Duration
- func (r *Data) VONum() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func (*Data) SetDOValue ¶
Click to show internal directories.
Click to hide internal directories.