IP4InputHookResult

public enum IP4InputHookResult : Int32

Undocumented

  • The packet has been ignored

    Declaration

    Swift

    case ignored = 0
  • The packet has been consumed and will not be processed further

    Declaration

    Swift

    case consumed