Interface JNetworkType


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

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

    • Inside

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

      static final NetworkType Outside
      Used to define an Outside Network Type