# Packages

Package protocol implements the Nintendo Badge Arcade Secure Connection protocol.

# Functions

NewProtocol returns a new Secure Connection protocol.

# Constants

MethodRegister is the method ID for the method Register.
MethodRegisterEx is the method ID for the method RegisterEx.
MethodReplaceURL is the method ID for the method ReplaceURL.
MethodRequestConnectionData is the method ID for the method RequestConnectionData.
MethodRequestURLs is the method ID for the method RequestURLs.
MethodSendReport is the method ID for the method SendReport.
MethodTestConnectivity is the method ID for the method TestConnectivity.
MethodUpdateURLs is the method ID for the method UpdateURLs.
ProtocolID is the protocol ID for the Secure Connection protocol.

# Structs

Protocol stores all the RMC method handlers for the Secure Connection protocol and listens for requests.

# Interfaces

Interface implements the methods present on the Secure Connection protocol struct.