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 | |
| LocalHost | Host Object | Returns the host object that this Macro Manager is running on | |
| HostNames | Lua Table [Number,String] | Returns a table of all the HippoNet hosts found on the network, indexed by an increasing integer | |
| Functions | |||
| Function Name | Parameters | Return Data Type | Description |
| FindHost | (String HostName) | Host Object or Nil | Returns the host object called or Nil if it cannot find it |
| 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 |
| 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 |
| 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 |


Post your comment on this topic.