|
mUPnP for C
|
#include <CGUpnpIcon.h>
Instance Methods | |
| (id) | - initWithCObject: |
| (NSString *) | - url |
| (NSInteger) | - width |
| (NSInteger) | - height |
| (NSInteger) | - depth |
Properties | |
| mUpnpIcon * | cObject |
The CGUpnpIcon class is a wrapper class for mUpnpIcon of mUPnP for C.
| - (NSInteger) depth |
Get the depth of the icon.
| - (NSInteger) height |
Get the height of the icon.
| - (id) initWithCObject: | (mUpnpIcon*) | cobj |
| - (NSString *) url |
Get the url of the icon.
| - (NSInteger) width |
Get the url of the width.
|
readatomicassign |