Documentation
¶
Index ¶
Constants ¶
View Source
const ( A_PING_INDICATES = 0x8000 C_PONG_INDICATES = 0xF000 A_MACHINE_INFO_INDICATES = 0x8001 C_MACHINE_INFO_INDICATES = 0xF001 A_REALTIME_INFO_INDICATES = 0x8002 C_REALTIME_INFO_INDICATES = 0xF002 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
func (*Cmd) GetContent ¶
func (c *Cmd) GetContent() interface{}
func (*Cmd) GetIndicates ¶
func (*Cmd) SetContent ¶
func (c *Cmd) SetContent(content interface{})
func (*Cmd) SetIndicates ¶
type CmdInterface ¶
Click to show internal directories.
Click to hide internal directories.