The methods of the OBEXSetPathCmd class are listed below. For a complete list of OBEXSetPathCmd class members, see the OBEXSetPathCmd Members topic.
![]() ![]() | Determines whether the specified Object instances are considered equal. |
![]() ![]() | Determines whether the specified Object instances are the same instance. |
![]() | adds new header to the container |
![]() | Adds all headers contained by this command to the headers of the container. Usually this is the simplest way to construct new OBEX object from an OBEX command |
![]() | removes all headers from the conatiner |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | returns data bytes form body/endofbody headers kept in the container |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Overloaded. returns the first header of given type |
![]() | returns value of OBEX length header |
![]() | Gets the Type of the current instance. |
![]() | Checks if the container has a header of given type |
![]() | marshalls a "set path" command |
![]() | removes all headers of type SearchFor |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | returns command marshalled size |
![]() | returns string that is kept in a NAME header |
![]() | returns array of the headers kept in the container no sort is done in the base class, override if you need sorted headers array |
![]() | returns string that is kept in a TYPE header |
![]() | Creates a shallow copy of the current Object. |
![]() | Constructs new body/endbody headers from the raw data passed and adds them to the container's headers if any previous Body/EndBody headers are present, they are removed |
![]() | sets new value to a header of this type in the container. THis is simplest way to rename OBEX object for example |
![]() | sets the value of OBEX length header, if noe is found new one is added |
![]() | if there is Name header already its value is changed, else new one is added |
![]() | if there is Type header already its value is changed, else new one is added |