'MaxMsgSize'は2バイトしかないため、Response(PclRESP)またはKeepResponse(PclKEEPRESP)パーセルを使用すると、サーバーに対して指定できる最大応答バッファは64 Kに制限されます。
struct PclRespType
{
PclFlavor PclKind; /* 4 */
PclLength Length; /* 6 */
Int16 MaxMsgSize;
};