Interface JNetworkType


  • public interface JNetworkType
    Helper class for Java to get the handle of `NetworkType`
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NetworkType Inside
      Used to define an Inside Network Type
      static NetworkType Outside
      Used to define an Outside Network Type
    • Field Detail

      • Inside

        static final NetworkType Inside
        Used to define an Inside Network Type
      • Outside

        static final NetworkType Outside
        Used to define an Outside Network Type