HippoNet contains all the pins and components of Hippotizer. Use this API to find components, host names and pin paths.

HippoNet
Properties
Property Name Return Data Type Description Example Syntax
LocalHost Host Object Returns the host object that this Macro Manager is running on HippoNet.LocalHost
HostNames Lua Table [Number,String] Returns a table of all the HippoNet hosts found on the network, indexed by an increasing integer HippoNet.HostNames
Functions
Function Name Parameters Return Data Type Description Example Syntax
FindHost (String HostName) Host Object or Nil Returns the host object called or Nil if it cannot find it HippoNet:FindHost('AMBA-240041')
SearchHostNames (String Pattern) Lua Table [String,Host Object] Returns a table of all the Host objects that have a name containing indexed by their Host Name HippoNet:SearchHostNames('AMBA')
FindComponent (String HostName, String ComponentName) Component Object or Nil Returns the Component object called running on Host called or Nil if it cannot be found HippoNet:FindComponent('AMBA-240041', 'Engine')
FindPin (String HostName, String ComponentName, String PathFromRootPin) Pin Object or Nil Returns the Pin object at path on component running on Host or Nil if it is not found HippoNet:FindPin('AMBA-240041', 'Engine', 'Mix1\Layer1\Colour\Brightness')

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Green Hippo Forum

Post Comment