Method | Description | |
---|---|---|
Bus ( string address ) : System | ||
GetId ( ) : string | ||
GetUnixUser ( string name ) : ulong | ||
NameHasOwner ( string name ) : bool | ||
Open ( string address ) : |
||
ReleaseName ( string name ) : ReleaseNameReply | ||
RequestName ( string name ) : RequestNameReply | ||
RequestName ( string name, NameFlag flags ) : RequestNameReply | ||
StartServiceByName ( string name ) : StartReply | ||
StartServiceByName ( string name, uint flags ) : StartReply |
Method | Description | |
---|---|---|
AddMatch ( string rule ) : void | ||
CheckBusNameExists ( string busName ) : bool | ||
CloseInternal ( ) : void | ||
RemoveMatch ( string rule ) : void |
Method | Description | |
---|---|---|
Register ( ) : void |
protected CheckBusNameExists ( string busName ) : bool | ||
busName | string | |
return | bool |
public ReleaseName ( string name ) : ReleaseNameReply | ||
name | string | |
return | ReleaseNameReply |
public RequestName ( string name ) : RequestNameReply | ||
name | string | |
return | RequestNameReply |
public RequestName ( string name, NameFlag flags ) : RequestNameReply | ||
name | string | |
flags | NameFlag | |
return | RequestNameReply |
public StartServiceByName ( string name ) : StartReply | ||
name | string | |
return | StartReply |
public StartServiceByName ( string name, uint flags ) : StartReply | ||
name | string | |
flags | uint | |
return | StartReply |