Home
last modified time | relevance | path

Searched defs:OPAL_PREFIX_H323 (Results 1 – 3 of 3) sorted by relevance

/dports/net/opal/opal-3.10.10/src/java/
H A DOPALConstants.java18 public final static String OPAL_PREFIX_H323 = OPALJNI.OPAL_PREFIX_H323_get(); field
/dports/net/opal/opal-3.10.10/include/
H A Dopal.h300 #define OPAL_PREFIX_H323 "h323" ///< H.323 Protocol supported string for OpalInitialise() macro
/dports/net/opal/opal-3.10.10/samples/dotnet/OpalDotNET/
H A DOpal.cs30 public const string OPAL_PREFIX_H323 = "h323"; field in OpalDotNET.Opal_API