DKNumber documentation

Authors

Niels Grewe (niels.grewe@halbordnung.de)

Copyright: (C) 2014 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the DKDoubleNumber class
  2. Software documentation for the DKFloatNumber class
  3. Software documentation for the DKInt16Number class
  4. Software documentation for the DKInt32Number class
  5. Software documentation for the DKInt64Number class
  6. Software documentation for the DKInt8Number class
  7. Software documentation for the DKUInt16Number class
  8. Software documentation for the DKUInt32Number class
  9. Software documentation for the DKUInt64Number class
  10. Software documentation for the DKUInt8Number class

Software documentation for the DKDoubleNumber class

DKDoubleNumber : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithDouble: 

+ (id) numberWithDouble: (double)num;
Description forthcoming.

initWithDouble: 

- (id) initWithDouble: (double)num;
Description forthcoming.



Instance Variables for DKDoubleNumber Class

value

@protected double value;
Description forthcoming.




Software documentation for the DKFloatNumber class

DKFloatNumber : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithFloat: 

+ (id) numberWithFloat: (float)num;
Description forthcoming.

initWithFloat: 

- (id) initWithFloat: (float)num;
Description forthcoming.



Instance Variables for DKFloatNumber Class

value

@protected float value;
Description forthcoming.




Software documentation for the DKInt16Number class

DKInt16Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithInt16: 

+ (id) numberWithInt16: (int16_t)num;
Description forthcoming.

initWithInt16: 

- (id) initWithInt16: (int16_t)num;
Description forthcoming.



Instance Variables for DKInt16Number Class

value

@protected int16_t value;
Description forthcoming.




Software documentation for the DKInt32Number class

DKInt32Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithInt32: 

+ (id) numberWithInt32: (int32_t)num;
Description forthcoming.

initWithInt32: 

- (id) initWithInt32: (int32_t)num;
Description forthcoming.



Instance Variables for DKInt32Number Class

value

@protected int32_t value;
Description forthcoming.




Software documentation for the DKInt64Number class

DKInt64Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithInt64: 

+ (id) numberWithInt64: (int64_t)num;
Description forthcoming.

initWithInt64: 

- (id) initWithInt64: (int64_t)num;
Description forthcoming.



Instance Variables for DKInt64Number Class

value

@protected int64_t value;
Description forthcoming.




Software documentation for the DKInt8Number class

DKInt8Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithInt8: 

+ (id) numberWithInt8: (int8_t)num;
Description forthcoming.

initWithInt8: 

- (id) initWithInt8: (int8_t)num;
Description forthcoming.



Instance Variables for DKInt8Number Class

value

@protected int8_t value;
Description forthcoming.




Software documentation for the DKUInt16Number class

DKUInt16Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithUInt16: 

+ (id) numberWithUInt16: (uint16_t)num;
Description forthcoming.

initWithUInt16: 

- (id) initWithUInt16: (uint16_t)num;
Description forthcoming.



Instance Variables for DKUInt16Number Class

value

@protected uint16_t value;
Description forthcoming.




Software documentation for the DKUInt32Number class

DKUInt32Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithUInt32: 

+ (id) numberWithUInt32: (uint32_t)num;
Description forthcoming.

initWithUInt32: 

- (id) initWithUInt32: (uint32_t)num;
Description forthcoming.



Instance Variables for DKUInt32Number Class

value

@protected uint32_t value;
Description forthcoming.




Software documentation for the DKUInt64Number class

DKUInt64Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithUInt64: 

+ (id) numberWithUInt64: (uint64_t)num;
Description forthcoming.

initWithUInt64: 

- (id) initWithUInt64: (uint64_t)num;
Description forthcoming.



Instance Variables for DKUInt64Number Class

value

@protected uint64_t value;
Description forthcoming.




Software documentation for the DKUInt8Number class

DKUInt8Number : NSNumber

Declared in:
DBusKit/DKNumber.h
This class ensures that serialisation of the object number within a variant-typed D-Bus argument is type-safe. This means that the object will not be promoted to a larger type by NSNumber, which could otherwise break expectations of the bus peers.

Instance Variables

Method summary

numberWithUInt8: 

+ (id) numberWithUInt8: (uint8_t)num;
Description forthcoming.

initWithUInt8: 

- (id) initWithUInt8: (uint8_t)num;
Description forthcoming.



Instance Variables for DKUInt8Number Class

value

@protected uint8_t value;
Description forthcoming.