
org.dellroad.hl7.llp.LLPConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hl7lib Show documentation
Show all versions of hl7lib Show documentation
Lightweight Java library for HL7 messages
The newest version!
/*
* Copyright (C) 2008 Archie L. Cobbs. All rights reserved.
*/
package org.dellroad.hl7.llp;
/**
* HL7 LLP framing constants.
*/
public final class LLPConstants {
public static final int LEADING_BYTE = 0x0b;
public static final int TRAILING_BYTE_0 = 0x1c;
public static final int TRAILING_BYTE_1 = 0x0d;
private LLPConstants() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy