This library, project and codes are not associated or provided with Ross Video.
Ross Video's "RossTalk" XPression commands library for Go.
Official Documents (help.rossvideo.com)
Shugo "FlowingSPDG" Kawamura
CUI Example
Initialize :
// xp = XPression instance...
xp, err := XPression.New("localhost",7788)
if err != nil {
panic(err)
}
You can use RossTalk commands such as CLRA
, UP
, DOWN
and READ
through XPression
instance.