Uses of Class
com.rbnb.sapi.ChannelMap.ByteOrderEnum

Packages that use ChannelMap.ByteOrderEnum
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of ChannelMap.ByteOrderEnum in com.rbnb.sapi
 

Fields in com.rbnb.sapi declared as ChannelMap.ByteOrderEnum
static ChannelMap.ByteOrderEnum ChannelMap.LOCAL
          The data is in whichever format is appropriate for this NATIVE machine.
static ChannelMap.ByteOrderEnum ChannelMap.LSB
          Least significant bytes are first in each point, ala Intel.
static ChannelMap.ByteOrderEnum ChannelMap.MSB
          Most significant bytes are first in each point, as is the case with many UNIX machines, and Java data on export.
 

Methods in com.rbnb.sapi with parameters of type ChannelMap.ByteOrderEnum
 void ChannelMap.PutData(int channelIndex, byte[] rawData, int typeID, ChannelMap.ByteOrderEnum byteOrder)
          Adds the data given in rawBytes to the channel identified with the specified channel index.