示例#1
0
 public extern AJ_Status ClientConnectService(UInt32 bus,
                                              UInt32 timeout,
                                              string name,
                                              UInt16 port,
                                              ref UInt32 sessionId,
                                              AJ_SessionOpts opts,
                                              ref string fullName);
示例#2
0
 public extern AJ_Status StartClientByName(UInt32 bus,
                                           string daemonName,
                                           UInt32 timeout,
                                           byte connected,
                                           string name,
                                           UInt16 port,
                                           ref UInt32 sessionId,
                                           AJ_SessionOpts opts,
                                           ref string fullName);