GameAnvilConnector 2.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
GameAnvil.PacketOption Class Referencesealed

패킷의 추가적인 기능을 설정 More...

Static Public Attributes

static readonly PacketOption Default = new PacketOption(false)
 기본 패킷으로 생성하는 옵션
 
static readonly PacketOption Compress = new PacketOption(true)
 압축 패킷을 생성하는 옵션
 

Properties

bool UseCompress [get]
 압축 사용 여부
 

Detailed Description

패킷의 추가적인 기능을 설정

Member Data Documentation

◆ Compress

readonly PacketOption GameAnvil.PacketOption.Compress = new PacketOption(true)
static

압축 패킷을 생성하는 옵션

◆ Default

readonly PacketOption GameAnvil.PacketOption.Default = new PacketOption(false)
static

기본 패킷으로 생성하는 옵션

Property Documentation

◆ UseCompress

bool GameAnvil.PacketOption.UseCompress
get

압축 사용 여부


The documentation for this class was generated from the following file: