OpenMetaverse Protocol Library Developers API Documentation
AgentThrottle Constructor (data, pos)
NamespacesOpenMetaverseAgentThrottleAgentThrottle( array< Byte > [] () [] [] , Int32)
Constructor that decodes an existing AgentThrottle packet in to individual values
Declaration Syntax
C#
public 
AgentThrottle(
        
byte[] 
data,
        
int 
pos
)
Parameters
data ( array< Byte > [] () [] [] )
Reference to the throttle data in an AgentThrottle packet
pos ( Int32)
Offset position to start reading at in the throttle data
Remarks
This is generally not needed in clients as the server will never send a throttle packet to the client

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)