Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface

Namespaces

package  Client
 
package  Collections
 
package  CommandServices
 
package  Connection
 
package  Conversation
 
package  Core
 
package  Data
 
package  Extensions
 
package  IO
 
package  Messaging
 
package  Services
 
package  TopicDetails
 
package  TopicSelectors
 
package  Utils
 

Classes

class  FlexibleBitConverter
 The collection of methods for converting an array of bytes to one of the base data types, as well as for converting a base data type to an array of bytes. More...
 

Enumerations

enum  ByteOrder { ByteOrder.MostSignificantByte = 0x00, ByteOrder.LeastSignificantByte = 0x01 }
 The ordering of a byte array. More...
 

Enumeration Type Documentation

The ordering of a byte array.

Enumerator
MostSignificantByte 

The most significant byte is the first byte in memory. This denotes a big-endian byte order.

LeastSignificantByte 

The least significant byte is the first byte in memory. This denotes a little-endian byte order.